Vcl.WinXCtrls.TSplitView.OnMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property OnMouseEnter;

Properties

Type Visibility Source Unit Parent
event published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

Occurs when the user moves the mouse into a control.

Vcl.WinXCtrls.TSplitView.OnMouseEnter inherits from Vcl.Controls.TControl.OnMouseEnter. All content below this line refers to Vcl.Controls.TControl.OnMouseEnter.

Occurs when the user moves the mouse into a control.

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

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

See Also