Vcl.ActnCtrls.TCustomComboControl.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 TCustomComboControl

Description

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

The Click method executes the custom combo control's function in response to a user's mouse click. Usage data, which is used to determine whether the control is used frequently enough to be shown by default, is updated as well.

See Also