FMX.EditBox.TEditBoxModel.ValueType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ValueType: TNumValueType read FValueType write SetValueType;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TEditBoxModel


Beschreibung

Gibt den Integer- oder Gleitkommatyp der Eigenschaft Value an, die im Steuerelement angezeigt wird.

Siehe auch