Vcl.ActnCtrls.TCustomComboControl.ComboClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ComboClick(Sender: TObject);

C++

void __fastcall ComboClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomComboControl

Description

Triggers the OnClick event of the ActionBand control.

ComboClick is called when an action control is clicked and its function is triggered.