FMX.StdActns.TCustomValueRange.MinStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MinStored: Boolean; virtual;

C++

virtual bool __fastcall MinStored();

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 MinStored virtual function returns True if the Min property value differs from the default. That is, if Min <> 0.

See Also