Class TAppExecute (unit AABAppEx)
Inherits from
TComponent
Constructors
constructor Create(aOwner: TComponent);
Functions
procedure Close;
procedure Execute;
Properties
property AppInstance : Integer
property AppName : string
property AppParam : string
property ShowType : TShowType
property WaitForEnd : Boolean
Events
event OnClose : TNotifyEvent
event OnExecute : TNotifyEvent
Variables
fAppInstance : Integer;
fAppName : string;
fAppParam : string;
fOnAppExec : TNotifyEvent;
fOnClose : TNotifyEvent;
fShowType : TShowType;
fWaitForEnd : Boolean;
Constructors
constructor Create(aOwner: TComponent);
Functions
procedure Close;
procedure Execute;
Properties
property AppInstance : Integer
property AppName : string
property AppParam : string
property ShowType : TShowType
property WaitForEnd : Boolean
Events
event OnClose : TNotifyEvent
event OnExecute : TNotifyEvent
Variables
fAppInstance : Integer;
fAppName : string;
fAppParam : string;
fOnAppExec : TNotifyEvent;
fOnClose : TNotifyEvent;
fShowType : TShowType;
fWaitForEnd : Boolean;