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 の要素型です。IsHFA が False の場合、HFAElementType は nil です。

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

関連項目