IJay
type
IJay = interface(IInterface) ['{A913EEB2-03BC-4956-8C21-DB9F712B209C}']
function GetData: IVector;
function CountWhere(
const Filter: TFilter<Variant>): Integer;
procedure Work(
Value: Integer = 123);
function GetOptCount: Integer;
function GetOpt(
i: Integer): TCompareOptions;
function GetEnumerator: TJayEnumRec;
property Data: IVector read;
end;
Ancestor: IInterface.
Defined in: Main
⏱ Last Modified: Tue 3:09:18 pm