FMX.StdActns.TCustomValueRange.MaxStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaxStored: Boolean; virtual;

C++

virtual bool __fastcall MaxStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRange

Description

Returns True if the corresponding property value differs from the default.

The MaxStored virtual function returns True if the Max property value differs from the default. That is, if Max <> DefaultMaxValue. The StdActns unit declares this constant as:

DefaultMaxValue = 100.0

See Also