Vcl.ActnMan.TCustomActionControl.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Executes the control's function in response to a mouse click.

This override of the method inherited from TControl executes the control's function in response to a user's mouse click. Usage data, which is used to determine whether a control is used frequently enough to be shown by default, is updated as well.

See Also