Unit 'rxlogin' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_rx]

TRxLoginDialog

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

Declaration

Source position: rxlogin.pas line 130

type TRxLoginDialog = class(TRxCustomLogin)

protected

  function DoCheckUser(); dynamic;

  

  function DoLogin(); override;

  

  procedure Loaded; override;

  

published

  property Active: Boolean;

  

  property AttemptNumber: Integer;

  

  property IniFileName: string;

  

  property DetailItems: TStrings;

  

  property DetailItem: Integer;

  

  property MaxPasswordLen: Integer;

  

  property UpdateCaption: TUpdateCaption;

  

  property UseRegistry: Boolean;

  

  property ShowDetails: Boolean;

  

  property LoginOptions: TRxLoginOptions;

  

  property StorageParams: TRxLoginStorageParams;

  

  property OnCheckUser: TRxLoginEvent; [rw]

  

  property AfterLogin: TNotifyEvent;

  

  property BeforeLogin: TNotifyEvent;

  

  property OnUnlockApp: TUnlockAppEvent;

  

  property OnIconDblClick: TNotifyEvent;

  

end;

Inheritance

TRxLoginDialog

  

|

TRxCustomLogin

  

|

TObject



CT Web help

CodeTyphon Studio