Class TServiceApplication (unit SvcApp)

Inherits from

TComponent

Constructors


Constructor Create(AOwner: TComponent);

TServiceApplication


Functions

Procedure CreateForm(InstanceClass: TComponentClass; Var Reference);

The following uses the current behaviour of the IDE module manager

swallow WM_ENDSESSION


Destructor Destroy;

----

Procedure Initialize;

put into Event Log

Procedure Run;


Procedure DoHandleException(E: Exception);


Procedure OnExceptionHandler(Sender: TObject; E: Exception);

is this before or after CreateForm ?

Function ServiceHook (Var Message: TMessage): Boolean;

----

Properties

Events

Variables


Constructors


Constructor Create(AOwner: TComponent);

TServiceApplication


Functions


Procedure CreateForm(InstanceClass: TComponentClass; Var Reference);

The following uses the current behaviour of the IDE module manager

swallow WM_ENDSESSION


Destructor Destroy;

----


Procedure Initialize;

put into Event Log


Procedure Run;


Procedure DoHandleException(E: Exception);


Procedure OnExceptionHandler(Sender: TObject; E: Exception);

is this before or after CreateForm ?


Function ServiceHook (Var Message: TMessage): Boolean;

----


Properties


Events


Variables