FMX.ScrollBox.TCustomPresentedScrollBox.IsOpaque

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOpaque: Boolean; virtual;

C++

virtual bool __fastcall IsOpaque();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Indicates if the control should update effects when you scroll content.

Its default value is False, meaning that the control does not update effects.

See Also