Vcl.ExtCtrls.TButtonedEdit.OnLeftButtonClick

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ExtCtrls.TButtonedEdit.OnLeftButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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