Vcl.ActnCtrls.TCustomActionToolBar.CreateControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateControls; override;

C++

virtual void __fastcall CreateControls();

Properties

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

Description

Creates the action tool bar controls.

CreateControls is used for creating the action tool bar controls. After freeing the scroll buttons, the SetupDropDownBtn method is called.

See Also