Class TMabDBPasswordDlg (unit MabPWDlg)

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);


procedure SetUserField(AUserField: string);


Properties

property ButtonStyle : TButtonStyle

Published declarations

property Caption : string


property Font : TFont


property ParentFont : Boolean


property PasswordEdit : TMabPasswordEdit


property PasswordField : string


property UserField : string


property UserTable : TTable


property Parent : TForm


Events

Variables

FButtonStyle : TButtonStyle;

Private declarations

FCaption : string;


FFont : TFont;


FParent : TForm;


FParentFont : Boolean;


FPasswordEdit : TMabPasswordEdit;


FPasswordField : string;


FUserField : string;


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);


procedure SetUserField(AUserField: string);


Properties


property ButtonStyle : TButtonStyle

Published declarations


property Caption : string


property Font : TFont


property ParentFont : Boolean


property PasswordEdit : TMabPasswordEdit


property PasswordField : string


property UserField : string


property UserTable : TTable


property Parent : TForm


Events


Variables


FButtonStyle : TButtonStyle;

Private declarations


FCaption : string;


FFont : TFont;


FParent : TForm;


FParentFont : Boolean;


FPasswordEdit : TMabPasswordEdit;


FPasswordField : string;


FUserField : string;


FUserTable : TTable;