FMX.StdActns.TCustomValueRange.FrequencyStored
Delphi
function FrequencyStored: Boolean; virtual;
C++
virtual bool __fastcall FrequencyStored(void);
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.