Class TPascalSCADAUserManagementAction
Unit
Declaration
type TPascalSCADAUserManagementAction = class(TAction, IHMIInterface)
Description
TPascalSCADAUserManagementAction
Hierarchy
- TAction
- TPascalSCADAUserManagementAction
Overview
Fields
FEnabled:Boolean; |
|
FAccessAllowed:Boolean; |
|
FSecurityCode:UTF8String; |
Methods
procedure SetEnabled(AValue: Boolean); virtual; |
|
function GetControlSecurityCode:UTF8String; virtual; |
|
procedure MakeUnsecure; virtual; |
|
procedure CanBeAccessed(a:Boolean); virtual; |
|
procedure SetHMITag(t:TPLCTag); |
|
function GetHMITag:TPLCTag; |
|
function HandlesTarget(Target: TObject): Boolean; override; |
|
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property Enabled: Boolean read FEnabled write SetEnabled default true; |
|
property DisableIfNotAuthorized: Boolean read FDisableIfNotAuthorized write SetDisableIfNotAuthorized default true; |
Description
Fields
FEnabled:Boolean; |
|
FAccessAllowed:Boolean; |
|
FSecurityCode:UTF8String; |
|
Methods
procedure SetEnabled(AValue: Boolean); virtual; |
|
function GetControlSecurityCode:UTF8String; virtual; |
|
procedure MakeUnsecure; virtual; |
|
procedure CanBeAccessed(a:Boolean); virtual; |
|
procedure SetHMITag(t:TPLCTag); |
|
unused procedures |
function GetHMITag:TPLCTag; |
|
function HandlesTarget(Target: TObject): Boolean; override; |
|
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
Properties
property Enabled: Boolean read FEnabled write SetEnabled default true; |
|
property DisableIfNotAuthorized: Boolean read FDisableIfNotAuthorized write SetDisableIfNotAuthorized default true; |
|
Generated by PasDoc 0.14.0.