FMX.EditBox.TCustomEditBox.DefaultValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValueRange: TBaseValueRange read GetDefaultValueRange;

C++

__property Fmx::Stdactns::TBaseValueRange* DefaultValueRange = {read=GetDefaultValueRange};

Properties

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

Description

Returns the default interval for the values of the control.

See Also