Vcl.ExtCtrls.TButtonedEdit.OnRightButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRightButtonClick;

C++

__property OnRightButtonClick;

Properties

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

Description

Occurs when the user clicks the RightButton.

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

Occurs when the user clicks the RightButton.

Use the OnRightButtonClick event handler to respond when the user clicks the RightButton of the control.

See Also

Code Examples