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

TRxLoginForm

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

Declaration

Source position: rxlogin.pas line 164

type TRxLoginForm = class(TForm)

  AppIcon: TImage;

  

  btnHelp: TBitBtn;

  

  btnMore: TBitBtn;

  

  btnCancel: TBitBtn;

  

  KeyImage: TImage;

  

  HintLabel: TLabel;

  

  btnOK: TBitBtn;

  

  Label1: TLabel;

  

  Timer1: TTimer;

  

  UserNameLabel: TLabel;

  

  PasswordLabel: TLabel;

  

  UserNameEdit: TEdit;

  

  PasswordEdit: TEdit;

  

  AppTitleLabel: TLabel;

  

  DataBaseLabel: TLabel;

  

  CustomCombo: TComboBox;

  

  procedure btnMoreClick();

  

  procedure FormCreate();

  

  procedure btnOKClick();

  

  procedure FormShow();

  

  procedure Timer1Timer();

  

public

  AttemptNumber: Integer;

  

  property Attempt: Integer; [r]

  

  property SelectDatabase: Boolean; [rw]

  

  property OnFormShow: TNotifyEvent; [rw]

  

  property OnOkClick: TNotifyEvent; [rw]

  

  property ShowDetailParams: Boolean; [rw]

  

  property LoginOptions: TRxLoginOptions; [w]

  

end;

Inheritance

TRxLoginForm

  

|

TObject



CT Web help

CodeTyphon Studio