System.Rtti.TRttiType.HFAElementCount
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
- Procedure Call Standard for the ARM 64-bit Architecture (PDF), section 4.3.5.1 and 5.4.2 C.2