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