Show: Delphi C++
Display Preferences

Vcl.ExtCtrls.TCustomButtonedEdit.OnLeftButtonClick

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnLeftButtonClick: TNotifyEvent read GetOnLeftButtonClick write SetOnLeftButtonClick;

C++

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

Contents

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


Personal tools
Previous Versions
Translations