Class TAppExec (unit appexec)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public-déclarations


Functions

procedure Clear;


destructor Destroy;


procedure Execute;


function GetErrorString: string;


procedure SetExeParams(AExeParams: TStringList);


procedure SetExePath(AExePath: String);


procedure SetWindowState(AWindowState: TWindowState);

GetExitCodeProcess(ProcessInfo.

Properties

property ChangeDir : Boolean

Published-déclarations

property ErrNo : Integer


property ExeName : String


property ExeParams : TStringList


property ExePath : String


property Wait : Boolean


property WindowState : TWindowState


Events

Variables

FChangeDir : Boolean;


FErrNo : Integer;

Private-déclarations

FExeName : String;


FExeParams : TStringList;


FExePath : String;


FMode : Word;


FWait : Boolean;


FWindowState : TWindowState;



Constructors


constructor Create(AOwner: TComponent);

Public-déclarations


Functions


procedure Clear;


destructor Destroy;


procedure Execute;


function GetErrorString: string;


procedure SetExeParams(AExeParams: TStringList);


procedure SetExePath(AExePath: String);


procedure SetWindowState(AWindowState: TWindowState);

GetExitCodeProcess(ProcessInfo.hProcess, ErrNo);


Properties


property ChangeDir : Boolean

Published-déclarations


property ErrNo : Integer


property ExeName : String


property ExeParams : TStringList


property ExePath : String


property Wait : Boolean


property WindowState : TWindowState


Events


Variables


FChangeDir : Boolean;


FErrNo : Integer;

Private-déclarations


FExeName : String;


FExeParams : TStringList;


FExePath : String;


FMode : Word;


FWait : Boolean;


FWindowState : TWindowState;