Class TFitServerApp

Unit

Declaration

type TFitServerApp = class(TComponent)

Description

Class of server application. This class is basic unit of interaction with client.

Hierarchy

  • TComponent
  • TFitServerApp

Overview

Fields

Protected FFitServer: TFitService;
Protected FFitStub: TFitServerStub;
Protected FForm: TFormMain;
Protected FViewer: TFitViewer;

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Protected procedure OnException(Sender: TObject; E: Exception);
Protected procedure RecreateServer;

Properties

Public property FitStub: TFitServerStub read FFitStub;
Public property Form: TFormMain read FForm;
Public property Viewer: TFitViewer read FViewer;

Description

Fields

Protected FFitServer: TFitService;
 
Protected FFitStub: TFitServerStub;
 
Protected FForm: TFormMain;
 
Protected FViewer: TFitViewer;
 

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Protected procedure OnException(Sender: TObject; E: Exception);
 
Protected procedure RecreateServer;
 

Properties

Public property FitStub: TFitServerStub read FFitStub;
 
Public property Form: TFormMain read FForm;
 
Public property Viewer: TFitViewer read FViewer;
 

Generated by PasDoc 0.15.0.