API:System.Classes.NoDefaultAttribute

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TDefaultAttributeBaseSystem.TCustomAttributeSystem.TObjectNoDefaultAttribute

Delphi

NoDefaultAttribute = class(TDefaultAttributeBase)

C++

class PASCALIMPLEMENTATION NoDefaultAttribute : 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.

System.Classes.NoDefaultAttribute inherits from System.Classes.TDefaultAttributeBase. All content below this line refers to System.Classes.TDefaultAttributeBase.

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