FMX.EditBox.TCustomEditBox.Value

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Value: Double read GetValue write SetValue stored ValueStored nodefault;

C++

__property double Value = {read=GetValue, write=SetValue, stored=ValueStored};

Eigenschaften

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


Beschreibung

Enthält die in einem Eingabefeld angezeigte Standardzahl.

Siehe auch