System.Rtti.TRttiType.HFAElementCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HFAElementCount: Integer read GetHFAElementCount;

C++

__property int HFAElementCount = {read=GetHFAElementCount, nodefault};

Properties

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

Description

For internal use only.

HFAElementCount property is designed for internal RTTI functionality.

The number of element type of HFA. If IsHFA is False, HFAElementCount is 0 .

On platforms other than ARM64, HFAElementCount is always 0. If the reflected type is not a record or an array, HFAElementCount is always 0.

See Also