FMX.StdActns.TCustomValueRange.FrequencyStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FrequencyStored: Boolean; virtual;

C++

virtual bool __fastcall FrequencyStored();

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

See Also