Class TFitServerApp
Unit
fit_server_app
Declaration
type TFitServerApp = class(TComponent)
Description
Class of server application. This class is basic unit of interaction with client.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FFitStub: TFitServerStub; |
|
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure OnException(Sender: TObject; E: Exception); |
|
 |
procedure RecreateServer; |
|
Properties
 |
property FitStub: TFitServerStub read FFitStub; |
|
Generated by PasDoc 0.15.0.
|