Unit 'onguard' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_onguard]

TOgRegistrationCode

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

Declaration

Source position: onguard.pas line 277

type TOgRegistrationCode = class(TOgCodeBase)

protected

  FRegString: string;

  

  FStoreRegString: Boolean;

  

  FOnGetRegString: TGetRegStringEvent;

  

  function DoOnGetRegString; dynamic;

  

public

  constructor Create(); override;

  

  function CheckCode(); override;

  

published

  property Code: string; [s]

  

  property StoreCode: Boolean;

  

  property RegString: string; [rws]

  

  property StoreRegString: Boolean; [rw]

  

  property OnGetRegString: TGetRegStringEvent; [rw]

  

end;

Inheritance

TOgRegistrationCode

  

|

TOgCodeBase

  

|

TObject



CT Web help

CodeTyphon Studio