System.Classes.StoredAttribute
Delphi
StoredAttribute = System.StoredAttribute;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas | System.Classes | System.Classes |
Description
StoredAttribute is a similar class to TCustomAttribute.
It behaves the same way as TCustomAttribute, with the only difference that it introduces the Name and Flag fields that are initialized at creation.