FMX.EditBox.TCustomEditBox.ValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Description

Defines the integer or float type of the Value number displayed by the edit box control.

See Also