Vcl.ActnMenus.TCustomMenuButton.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuButton

Description

Executes the control's function.

This override of the method inherited from TCustomButtonControl is essentially identical to the inherited method, with the exception of a few internal calls.

See Also