[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.MouseEntered

Reads a flag to determine whether the mouse entered the control

Declaration

Source position: controls.pp line 1394

public property TControl.MouseEntered: Boolean
  read FMouseEntered;

Description

// standard properties, which should be supported by all descendants
Reads logical (boolean) flag to see whether mouse has entered the control

The latest version of this document can be found at lazarus-ccr.sourceforge.net.