[Overview][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_dims' (#crwlib)

TDimServer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: _crw_dims.pas line 120

type TDimServer = class(TMasterObject)

protected

  FTaskName: LongString;

  FInfoServices: TDimThreadList;

  FCmndServices: TDimThreadList;

  function GetServing;

  function GetDnsNode;

  procedure SetDnsNode();

  function GetTaskName;

  function GetTaskNode;

public

  property Serving: Boolean; [r]

  property DnsNode: LongString; [rw]

  property TaskName: LongString; [r]

  property TaskNode: LongString; [r]

  property InfoServices: TDimThreadList; [r]

  property CmndServices: TDimThreadList; [r]

  procedure StopServing;

  procedure FreeServices;

  procedure StopServices;

  procedure StartServices;

  procedure UpdateServices;

  function StartServing();

  function InfoServingCount;

  function CmndServingCount;

  constructor Create;

  procedure AfterConstruction; override;

  procedure BeforeDestruction; override;

  destructor Destroy; override;

end;

Inheritance

TDimServer

|

TMasterObject

|

TObject