pascalSCADA OPM: ControlSecurityManager: Class TPascalSCADALogin_LogoutAction

Pascal SCADA OPM

Class TPascalSCADALogin_LogoutAction

Unit

ControlSecurityManager

Declaration

type TPascalSCADALogin_LogoutAction = class(TPascalSCADAUserManagementAction)

Description

TPascalSCADALogin_LogoutAction

Hierarchy

Overview

Methods

Protected procedure CanBeAccessed(a: Boolean); override;
Public constructor Create(AOwner: TComponent); override;
Public procedure UpdateTarget(Target: TObject); override;
Public procedure ExecuteTarget(Target: TObject); override;

Properties

Published property Caption: TCaption read GetCurrentCaption;
Published property Hint: TTranslateString read GetCurrentHintMessage;
Published property ImageIndex: LongInt read GetCurrentImageIndex;
Published property WithUserLoggedInCaption: TCaption read FWithUserLoggedInCaption write SetWithUserLoggedInCaption;
Published property WithUserLoggedInHint: TTranslateString read FWithUserLoggedInHint write SetWithUserLoggedInHint;
Published property WithUserLoggedInImageIndex: LongInt read FWithUserLoggedInImageIndex write SetWithUserLoggedInImageIndex;
Published property WithoutUserLoggedInCaption: TCaption read FWithoutUserLoggedInCaption write SetWithoutUserLoggedInCaption;
Published property WithoutUserLoggedInHint: TTranslateString read FWithoutUserLoggedInHint write SetWithoutUserLoggedInHint;
Published property WithoutUserLoggedInImageIndex: LongInt read FWithoutUserLoggedInImageIndex write SetWithoutUserLoggedInImageIndex;
Published property BeforeLogin: TNotifyEvent read FBeforeLogin write FBeforeLogin;
Published property AfterLogin: TNotifyEvent read FAfterLogin write FAfterLogin;

Description

Methods

Protected procedure CanBeAccessed(a: Boolean); override;
 
Public constructor Create(AOwner: TComponent); override;
 
Public procedure UpdateTarget(Target: TObject); override;
 
Public procedure ExecuteTarget(Target: TObject); override;
 

Properties

Published property Caption: TCaption read GetCurrentCaption;
 
Published property Hint: TTranslateString read GetCurrentHintMessage;
 
Published property ImageIndex: LongInt read GetCurrentImageIndex;
 
Published property WithUserLoggedInCaption: TCaption read FWithUserLoggedInCaption write SetWithUserLoggedInCaption;
 
Published property WithUserLoggedInHint: TTranslateString read FWithUserLoggedInHint write SetWithUserLoggedInHint;
 
Published property WithUserLoggedInImageIndex: LongInt read FWithUserLoggedInImageIndex write SetWithUserLoggedInImageIndex;
 
Published property WithoutUserLoggedInCaption: TCaption read FWithoutUserLoggedInCaption write SetWithoutUserLoggedInCaption;
 
Published property WithoutUserLoggedInHint: TTranslateString read FWithoutUserLoggedInHint write SetWithoutUserLoggedInHint;
 
Published property WithoutUserLoggedInImageIndex: LongInt read FWithoutUserLoggedInImageIndex write SetWithoutUserLoggedInImageIndex;
 
Published property BeforeLogin: TNotifyEvent read FBeforeLogin write FBeforeLogin;
 
Published property AfterLogin: TNotifyEvent read FAfterLogin write FAfterLogin;
 

Generated by PasDoc 0.14.0.