System.Classes.TDefaultAttributeBase

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectTDefaultAttributeBase

Delphi

TDefaultAttributeBase = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION TDefaultAttributeBase : public System::TCustomAttribute

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.

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

See Also