System.Rtti.TRttiType.HFAElementType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HFAElementType: TRttiFloatType read GetHFAElementType;

C++

__property TRttiFloatType* HFAElementType = {read=GetHFAElementType};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiType

Description

For internal use only.

HFAElementType property is designed for internal RTTI functionality.

The element type of HFA. If IsHFA is False, HFAElementType is nil.

HFAElementType is always nil if the platform is not ARM64 and the reflected type is not a record or an array. That is the intended functionality.

See Also