FMX.StdActns.TCustomValueRange.ValueStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValueStored: Boolean; virtual;

C++

virtual bool __fastcall ValueStored();

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

See Also