Class TMabDBLoginDlg (unit MabLIDlg)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

destructor Destroy;


function Execute: Boolean;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure FontChange(Sender: TObject);


procedure SetFont(AFont: TFont);


procedure SetParentFont(AParentFont: Boolean);


procedure SetPasswordField(APasswordField: string);


Properties

property ActiveControl : TLoginControl

Published declarations

property ButtonStyle : TButtonStyle


property Caption : string


property Font : TFont


property ParentFont : Boolean


property PasswordEdit : TMabPasswordEdit


property PasswordField : string


property UserEdit : TMabEdit


property UserTable : TTable


property Parent : TForm


Events

Variables

FActiveControl : TLoginControl;

Private declarations

FButtonStyle : TButtonStyle;


FCaption : string;


FFont : TFont;


FParent : TForm;


FParentFont : Boolean;


FPasswordEdit : TMabPasswordEdit;


FPasswordField : string;


FUserEdit : TMabEdit;


FUserTable : TTable;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


destructor Destroy;


function Execute: Boolean;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure FontChange(Sender: TObject);


procedure SetFont(AFont: TFont);


procedure SetParentFont(AParentFont: Boolean);


procedure SetPasswordField(APasswordField: string);


Properties


property ActiveControl : TLoginControl

Published declarations


property ButtonStyle : TButtonStyle


property Caption : string


property Font : TFont


property ParentFont : Boolean


property PasswordEdit : TMabPasswordEdit


property PasswordField : string


property UserEdit : TMabEdit


property UserTable : TTable


property Parent : TForm


Events


Variables


FActiveControl : TLoginControl;

Private declarations


FButtonStyle : TButtonStyle;


FCaption : string;


FFont : TFont;


FParent : TForm;


FParentFont : Boolean;


FPasswordEdit : TMabPasswordEdit;


FPasswordField : string;


FUserEdit : TMabEdit;


FUserTable : TTable;