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

The type of the number displayed by an edit control.

See Also