FMX.EditBox.TCustomEditBox.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Description

Contains the maximum value the number displayed by an edit control can show.

Max sets the maximum value that can be displayed by edit controls that manipulate only numerical values.

See Also