FMX.EditBox.TCustomEditBox.ValueType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox


Beschreibung

Der Typ der in einem Eingabefeld angezeigten Zahl.

Siehe auch