System.Rtti.TRttiType.HFAElementCount

提供: RAD Studio API Documentation
移動先: 案内検索

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 の要素型のです。IsHFAFalse の場合、HFAElementCount0 です。

ARM64 以外のプラットフォームでは、HFAElementCount は常に 0 です。記述対象となる型がレコードまたは配列でない場合、HFAElementCount は常に 0 です。

関連項目