Vcl.StdCtrls.TCheckBox.OnMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseLeave: TNotifyEvent read FOnMouseLeave write FOnMouseLeave;

C++

__property OnMouseLeave;

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCheckBox

Description

Occurs when the user moves the mouse outside of a control.

Vcl.StdCtrls.TCheckBox.OnMouseLeave inherits from Vcl.Controls.TControl.OnMouseLeave. All content below this line refers to Vcl.Controls.TControl.OnMouseLeave.

Occurs when the user moves the mouse outside of a control.

Use the OnMouseLeave event handler to implement any special processing that should occur as a result of moving the mouse outside of a control when the parent top-level form is not active.

OnMouseLeave is an event handler of type System.Classes.TNotifyEvent.

See Also