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

TDimClients

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

Declaration

Source position: _crw_dimc.pas line 288

type TDimClients = class(TObject)

protected

  FTaskNode: LongString;

  FInfoServices: TDimThreadList;

  FCmndServices: TDimThreadList;

  function GetServing;

  function GetDnsNode;

  procedure SetDnsNode();

  function GetTaskName;

  function GetTaskNode;

  function GetInfoServices;

  function GetCmndServices;

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;

  function StartServing();

  function InfoServingCount;

  function CmndServingCount;

  constructor Create;

  procedure AfterConstruction; override;

  procedure BeforeDestruction; override;

  destructor Destroy; override;

end;

Inheritance

TDimClients

|

TObject