System.Rtti.TRttiType.HFAElementCount
Delphi
property HFAElementCount: Integer read GetHFAElementCount;
C++
__property int HFAElementCount = {read=GetHFAElementCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiType |
説明
内部的に使用するためのものです。
HFAElementCount プロパティは内部 RTTI 機能用のものです。
HFA の要素型の数です。IsHFA が False
の場合、HFAElementCount は 0
です。
ARM64 以外のプラットフォームでは、HFAElementCount は常に 0
です。記述対象となる型がレコードまたは配列でない場合、HFAElementCount は常に 0
です。
関連項目
- ARM 64 ビット アーキテクチャ向けの手続き呼び出し標準(英語版 PDF、セクション 4.3.5.1 および 5.4.2 C.2)