[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_dimc.pas line 173
type TDicInfoService = class(TDicBaseService) |
protected |
FMode: Integer; |
FInfoGot: Cardinal; |
FTimeOut: Integer; |
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; |
| |
| |
| |
| |
TObject |