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

Description

Executes the control's function.

The Click method executes the custom drop-down button control's function (similar to a left-click with the mouse on the button's surface).

See Also