Class TAuthorizationItem
Unit
idCore
Declaration
type TAuthorizationItem = class(TIDIObject)
Description
TAuthorizationItem
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure BaseAssign(_Source: TObject; AssignClasses: Boolean); override; |
|
|
 |
procedure AllowNone; virtual; |
|
|
 |
procedure AllowAll; virtual; |
|
|
Properties
 |
property Read : Boolean read GetRead write SetRead; |
|
|
 |
property Write : Boolean read GetWrite write SetWrite; |
|
|
 |
property Delete: Boolean read GetDelete write SetDelete; |
|
|
 |
property Owner : Boolean read GetOwnerAut write SetOwnerAut; |
|
|
 |
property CustomStream: TStream read GetCustomStream write SetCustomStream; |
|
|
 |
property Level: Integer read GetLevel write SetLevel; |
|
|
Generated by PasDoc 0.15.0.
|