System.Rtti.TRttiOrdinalType.MaxValue

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

Delphi

property MaxValue: Integer read GetMaxValue;

C++

__property int MaxValue = {read=GetMaxValue, nodefault};

プロパティ

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

説明

リフレクションされた順序型の値の最大値を指定します。

MaxValue プロパティを使用すると、リフレクションされたれた順序型の変数の最大値を取得できます。 リフレクションされた型の変数に割り当てられた MaxValue を超える値は、オーバーフローを引き起こします。

関連項目