Open main menu

RAD Studio API Documentation β

Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick

Delphi

property OnLeftButtonClick: TNotifyEvent read GetOnLeftButtonClick write SetOnLeftButtonClick;

C++

__property System::Classes::TNotifyEvent OnLeftButtonClick = {read=GetOnLeftButtonClick, write=SetOnLeftButtonClick};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomButtonedEdit

Contents

Description

Occurs when the user clicks the LeftButton.

Use the OnLeftButtonClick event handler to respond when the user clicks the LeftButton of the control.

See Also

Code Examples