StoredAttribute
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Declaration
Source position: objpash.inc line 448
Type
StoredAttribute = class (TCustomAttribute)
private
FFlag : Boolean;
FName : string;
public
constructor Create;
constructor Create(const aFlag: Boolean);
constructor Create(const aName: string);
Flag : Boolean;
Name : string;
end
;
Members
Member | Type | Visibility | Description |
---|---|---|---|
Create | Method | public | |
FFlag | Field | private | |
Flag | Property | public | |
FName | Field | private | |
Name | Property | public |
Inheritance
Class | Description |
---|---|
StoredAttribute | |