API:System.Classes.DefaultAttribute

From RAD Studio API Documentation

DefaultAttributeSystem.Classes.TDefaultAttributeBaseSystem.TCustomAttributeSystem.TObject

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

TDefaultAttributeBase is a base class for default attributes. {{#multireplace:System.Classes.DefaultAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TDefaultAttributeBase|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TDefaultAttributeBase|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TDefaultAttributeBase is a base class for default attributes.

It behaves the same as TCustomAttribute, with the only difference that it introduces a field of type Variant.

See Also