System.HFAAttribute

From RAD Studio API Documentation

HFAAttributeSystem.TCustomAttributeSystem.TObject

Delphi

HFAAttribute = class(TCustomAttribute)

Properties

Type Visibility Source Unit Parent
class public System.pas System System

Description

For internal use only.

A custom attribute class that holds the HFA information for the related structured type. You can use this attribute to override the RTTI HFA information that is generated at compile-time.

For more information, see the constructor.

See Also