System.Rtti.TRttiType.HFAElementType

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

Delphi

property HFAElementType: TRttiFloatType read GetHFAElementType;

C++

__property TRttiFloatType* HFAElementType = {read=GetHFAElementType};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiType


説明

内部的に使用するためのものです。

HFAElementType プロパティは内部 RTTI 機能用のものです。

HFA要素型です。IsHFAFalse の場合、HFAElementTypenil です。

プラットフォームが ARM64 でなく、記述対象となる型がレコードまたは配列でない場合、HFAElementType は常に nil です。それは意図された機能です。

関連項目