Vcl.ExtCtrls.TButtonedEdit.OnLeftButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLeftButtonClick: TNotifyEvent read GetOnLeftButtonClick write SetOnLeftButtonClick;

C++

__property OnLeftButtonClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TButtonedEdit

Description

Occurs when the user clicks the LeftButton.

Vcl.ExtCtrls.TButtonedEdit.OnLeftButtonClick inherits from Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick. All content below this line refers to Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick.

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