FMX.EditBox.TCustomEditBox.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TValueRange read GetValueRange_ write SetValueRange_ stored ValueStored;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=GetValueRange_, write=SetValueRange_, stored=ValueStored};

Properties

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

Description

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

See Also