L
L.Ming
Unregistered / Unconfirmed
GUEST, unregistred user!
函数重载提示[Pascal Error] uSelect.pas(421): E1030 Invalid compiler directive: 'OVERLOAD'
这是怎么回事?
这两个函数是这样的
function Filter(AComPage: string;Aggregate: TArraySet): Boolean; overload;
function Filter(AComPage: string;Aggregate: TArraySet; AsuperiorMin,AsuperiorMax,AsubordinateMin,AsubordinateMax: integer):boolean;overload;
这是怎么回事?
这两个函数是这样的
function Filter(AComPage: string;Aggregate: TArraySet): Boolean; overload;
function Filter(AComPage: string;Aggregate: TArraySet; AsuperiorMin,AsuperiorMax,AsubordinateMin,AsubordinateMax: integer):boolean;overload;