FMX.EditBox.TEditBoxModel.ValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueType: TNumValueType read FValueType write SetValueType;

C++

__property Fmx::Text::TNumValueType ValueType = {read=FValueType, write=SetValueType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TEditBoxModel

Description

Specifies the integer or float type of the Value displayed in the control.

See Also