FMX.Text.TNumValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNumValueType = (Integer, Float);

C++

enum class DECLSPEC_DENUM TNumValueType : unsigned int { Integer, Float, vtInteger _DEPRECATED_ATTRIBUTE3("Use TNumValueType.Integer")  = 0x0, vtFloat _DEPRECATED_ATTRIBUTE3("Use TNumValueType.Float")  = 0x1 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Text.pas
FMX.Text.hpp
FMX.Text FMX.Text

Description

Data type used by the edit boxes that can display only numerical values, such as TNumberBox.

See Also