Vcl.ActnCtrls.TCustomActionDockBar.SetupScrolling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupScrolling(const Allowed: Boolean); virtual;

C++

virtual void __fastcall SetupScrolling(const bool Allowed);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Sets the scrolling buttons and the internal lookup required for scrolling.

If the Allowed parameter is True, then SetupScrolling is used for creating and initializing the scrolling buttons. It also generates the internal lookup required for scrolling and makes sure that the correct scroll buttons are visible.

If the Allowed parameter is False, then SetupScrolling is used for destroying the scroll buttons and the internal lookup list.

See Also