Class TPascalSCADALogin_LogoutAction
Unit
Declaration
type TPascalSCADALogin_LogoutAction = class(TPascalSCADAUserManagementAction)
Description
TPascalSCADALogin_LogoutAction
Hierarchy
- TAction
- TPascalSCADAUserManagementAction
- TPascalSCADALogin_LogoutAction
Overview
Methods
procedure CanBeAccessed(a: Boolean); override; |
|
constructor Create(AOwner: TComponent); override; |
|
procedure UpdateTarget(Target: TObject); override; |
|
procedure ExecuteTarget(Target: TObject); override; |
Properties
property Caption: TCaption read GetCurrentCaption; |
|
property Hint: TTranslateString read GetCurrentHintMessage; |
|
property ImageIndex: LongInt read GetCurrentImageIndex; |
|
property WithUserLoggedInCaption: TCaption read FWithUserLoggedInCaption write SetWithUserLoggedInCaption; |
|
property WithUserLoggedInHint: TTranslateString read FWithUserLoggedInHint write SetWithUserLoggedInHint; |
|
property WithUserLoggedInImageIndex: LongInt read FWithUserLoggedInImageIndex write SetWithUserLoggedInImageIndex; |
|
property WithoutUserLoggedInCaption: TCaption read FWithoutUserLoggedInCaption write SetWithoutUserLoggedInCaption; |
|
property WithoutUserLoggedInHint: TTranslateString read FWithoutUserLoggedInHint write SetWithoutUserLoggedInHint; |
|
property WithoutUserLoggedInImageIndex: LongInt read FWithoutUserLoggedInImageIndex write SetWithoutUserLoggedInImageIndex; |
|
property BeforeLogin: TNotifyEvent read FBeforeLogin write FBeforeLogin; |
|
property AfterLogin: TNotifyEvent read FAfterLogin write FAfterLogin; |
Description
Methods
procedure CanBeAccessed(a: Boolean); override; |
|
constructor Create(AOwner: TComponent); override; |
|
procedure UpdateTarget(Target: TObject); override; |
|
procedure ExecuteTarget(Target: TObject); override; |
|
Properties
property Caption: TCaption read GetCurrentCaption; |
|
property Hint: TTranslateString read GetCurrentHintMessage; |
|
property ImageIndex: LongInt read GetCurrentImageIndex; |
|
property WithUserLoggedInCaption: TCaption read FWithUserLoggedInCaption write SetWithUserLoggedInCaption; |
|
property WithUserLoggedInHint: TTranslateString read FWithUserLoggedInHint write SetWithUserLoggedInHint; |
|
property WithUserLoggedInImageIndex: LongInt read FWithUserLoggedInImageIndex write SetWithUserLoggedInImageIndex; |
|
property WithoutUserLoggedInCaption: TCaption read FWithoutUserLoggedInCaption write SetWithoutUserLoggedInCaption; |
|
property WithoutUserLoggedInHint: TTranslateString read FWithoutUserLoggedInHint write SetWithoutUserLoggedInHint; |
|
property WithoutUserLoggedInImageIndex: LongInt read FWithoutUserLoggedInImageIndex write SetWithoutUserLoggedInImageIndex; |
|
property BeforeLogin: TNotifyEvent read FBeforeLogin write FBeforeLogin; |
|
property AfterLogin: TNotifyEvent read FAfterLogin write FAfterLogin; |
|
Generated by PasDoc 0.14.0.