ICallAllWrapper
type
ICallAllWrapper = interface(IInterface) ['{9E3F3FF4-E410-40E8-92F3-5E789CEFEF8C}']
function GetCount: Integer;
function GetAsTProc: TProc;
procedure Push(
const Proc: TProc);
procedure Pop;
procedure PopTo(
Depth: Integer);
property Count: Integer read;
property AsTProc: TProc read;
end;
Ancestor: IInterface.
Defined in: DSGenUtil
⏱ Last Modified: Mon 3:43:39 pm