System.Rtti.TRttiInstanceProperty.Default

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

Delphi

property Default: Integer read GetDefault;

C++

__property int Default = {read=GetDefault, nodefault};

プロパティ

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


説明

プロパティのデフォルト値を指定します。

Default を使用すると、そのプロパティに関連づけられた default 値を表す整数値を取得できます。デフォルト値があるのは順序型のみのため、Default は整数を返します。

関連項目