FMX.EditBox.TCustomEditBox.Max

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Max: Double read GetMax write SetMax stored MaxStored nodefault;

C++

__property double Max = {read=GetMax, write=SetMax, stored=MaxStored};

Eigenschaften

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


Beschreibung

Enthält den Maximalwert der Zahl, die in einem Eingabefeld angezeigt werden kann.

Max setzt den Maximalwert, der in Eingabefeldern, die nur numerische Werte verarbeiten, angezeigt werden kann.

Siehe auch