Interface IBrookApplication

Unit

Declaration

type IBrookApplication = interface(IBrookInterface)

Description

Interface of the application.

Attributes
GUID[BROOK_APP_GUID]

Hierarchy

Overview

Methods

Public procedure CreateForm(AInstanceClass: TComponentClass; out AReference);
Public function GetTerminated: Boolean;
Public function Instance: TObject;
Public procedure Run;
Public procedure Terminate;

Properties

Public property Terminated: Boolean read GetTerminated;

Description

Methods

Public 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.

Public function GetTerminated: Boolean;

Gets whether the application is terminated.

Public function Instance: TObject;

Returns the instance of broker application.

Public procedure Run;

Initializes and runs the application.

Public procedure Terminate;

Terminates the application.

Properties

Public property Terminated: Boolean read GetTerminated;

Checks whether the application is terminated.


Generated by PasDoc 0.15.0.