FMX.EditBox.TEditBoxModel.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TValueRange read FValueRange;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=FValueRange};

Properties

Type Visibility Source Unit Parent
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TEditBoxModel

Description

Provides access to the TCustomEditBox.Value value and its TCustomEditBox.Min and TCustomEditBox.Max boundaries.

See Also