Vcl.ActnCtrls.TCustomActionDockBar.DoScrollDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoScrollDown; virtual;

C++

virtual void __fastcall DoScrollDown();

Properties

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

Description

Scrolls down the action bar index.

DoScrollDown is used for scrolling down the action bar index, if it has not reached the last item.

See Also