System.Classes.DefaultAttribute
Delphi
DefaultAttribute = class(TDefaultAttributeBase)
C++
class PASCALIMPLEMENTATION DefaultAttribute : public TDefaultAttributeBase
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
DefaultAttribute is an extension of TDefaultAttributeBase.
It behaves the same way as TCustomAttribute, with the only difference that it introduces a field of type Variant. The Variant field can take several values at creation (for instance: Boolean, Integer, String, and so on).