Interface IBrookApplication
Unit
BrookApplication
Declaration
type IBrookApplication = interface(IBrookInterface)
Description
Interface of the application.
Attributes
- GUID[BROOK_APP_GUID]
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateForm(AInstanceClass: TComponentClass; out AReference); |
Creates an instance of the type specified by the AInstanceClass parameter and assigns it to the variable given by the AReference parameter. The owner of the new instance is the Application object.
|
|
function GetTerminated: Boolean; |
Gets whether the application is terminated.
|
|
function Instance: TObject; |
Returns the instance of broker application.
|
|
procedure Run; |
Initializes and runs the application.
|
|
procedure Terminate; |
Terminates the application.
|
Properties
|
property Terminated: Boolean read GetTerminated; |
Checks whether the application is terminated.
|
Generated by PasDoc 0.15.0.
|