FMX.EditBox.TCustomEditBox.ValueType

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

Delphi

property ValueType: TNumValueType read GetValueType write SetValueType default TNumValueType.Integer;

C++

__property Fmx::Text::TNumValueType ValueType = {read=GetValueType, write=SetValueType, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox


説明

編集ボックス コントロールによって表示される、Value 数の整数型または浮動型を定義します。

関連項目