Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

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

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