FMX.ComboTrackBar.TComboTrackBar.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.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar


説明

Value の整数型または浮動型を示します。

関連項目