Vcl.Buttons.TSpeedButton.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TSpeedButton

Description

Generates an OnClick event or triggers the associated action.

Call Click to generate an OnClick event. If the speed button has an OnClick event handler, or if it is linked to an action, Click allows an application to simulate a click on the button.

See Also