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

Definiert den Integer- oder Gleitkommatyp von Value, der vom Eingabefeld-Steuerelement angezeigt wird.

Siehe auch