FMX.StdActns.TCustomValueRange.ViewportSizeStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ViewportSizeStored: Boolean; virtual;

C++

virtual bool __fastcall ViewportSizeStored();

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

See Also