FMX.Layouts.TFramedScrollBox.IsOpaque

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOpaque: Boolean; override;

C++

virtual bool __fastcall IsOpaque();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFramedScrollBox

Description

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

FMX.Layouts.TFramedScrollBox.IsOpaque inherits from FMX.Layouts.TCustomScrollBox.IsOpaque. All content below this line refers to FMX.Layouts.TCustomScrollBox.IsOpaque.

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

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

In the TFramedScrollBox and TFramedVertScrollBox classes IsOpaque returns True.

See Also