Vcl.ActnCtrls.TCustomUtilityButton.OnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClick: TNotifyEvent read FOnClick write FOnClick;

C++

__property System::Classes::TNotifyEvent OnClick = {read=FOnClick, write=FOnClick};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Occurs when the user clicks the control.

Use the OnClick event handler to respond when the user clicks the control.

OnClick is an event handler of type TNotifyEvent.

See Also