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

TDicInfoService

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

Declaration

Source position: _crw_dimc.pas line 173

type TDicInfoService = class(TDicBaseService)

protected

  FMode: Integer;

  FInfoGot: Cardinal;

  FTimeOut: Integer;

  FOnInfoGot: TOnDicInfoGot;

  FOnInfoTake: TOnDicInfoTake;

  function GetMode;

  procedure SetMode();

  function GetInfoGot;

  procedure SetInfoGot();

  function GetTimeOut;

  procedure SetTimeOut();

  procedure SetOnInfoGot();

  procedure SetOnInfoTake();

  procedure OnStop; override;

  procedure OnStart; override;

public

  property Mode: Integer; [rw]

  property InfoGot: Cardinal; [rw]

  property TimeOut: Integer; [rw]

  property OnInfoGot: TOnDicInfoGot; [rw]

  property OnInfoTake: TOnDicInfoTake; [rw]

  constructor Create();

  procedure AfterConstruction; override;

  procedure BeforeDestruction; override;

  destructor Destroy; override;

end;

Inheritance

TDicInfoService

|

TDicBaseService

|

TDimService

|

TMasterObject

|

TObject