Vcl.ActnCtrls.TCustomButtonControl.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Executes the control's function.

This override of the method inherited from TCustomActionControl is almost identical to the inherited method. The only difference is that if the button control is being manipulated at design time, extra actions are taken to ensure that the control is properly selected.

See Also