Class TApeDialog (unit Ape)
Inherits from
TComponent
Constructors
constructor Create(AOwner:TComponent);
TApeDialog
Functions
procedure Execute;
function GetChildForm:TForm;
Properties
property ExecuteMode : ApeCreateFormMode
property FormClassName : string
property withObject : TComponent
property withSelect : string
property withValue : string
property ProcessID : integer
Events
event OnSelect : TApeSelectProc
Variables
FExecuteMode : ApeCreateFormMode;
FFormClassName : string;
FObjectValue : TComponent;
FParamValue : string;
FprocessID : integer;
FSelect : TApeSelectProc;
FSelectValue : string;
Constructors
constructor Create(AOwner:TComponent);
TApeDialog
Functions
procedure Execute;
function GetChildForm:TForm;
Properties
property ExecuteMode : ApeCreateFormMode
property FormClassName : string
property withObject : TComponent
property withSelect : string
property withValue : string
property ProcessID : integer
Events
event OnSelect : TApeSelectProc
Variables
FExecuteMode : ApeCreateFormMode;
FFormClassName : string;
FObjectValue : TComponent;
FParamValue : string;
FprocessID : integer;
FSelect : TApeSelectProc;
FSelectValue : string;