Vcl.ComCtrls.TToolBar.ClickButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClickButton(Button: TToolButton); dynamic;

C++

DYNAMIC void __fastcall ClickButton(TToolButton* Button);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Simulates the clicking of a toolbar button.

Call ClickButton to simulate the clicking of a toolbar button.

Button is the toolbar button to click.