Vcl.FileCtrl.TDriveComboBox.OnMouseEnter

From RAD Studio API Documentation

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property OnMouseEnter;

Properties

Type Visibility Source Unit Parent
event published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDriveComboBox

Description

Occurs when the user moves the mouse into a control. {{#multireplace:Vcl.FileCtrl.TDriveComboBox.OnMouseEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.OnMouseEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.OnMouseEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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