Vcl.Controls.THintInfo.CursorRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CursorRect: TRect;

C++

System::Types::TRect CursorRect;

Properties

Type Visibility Source Unit Parent
field public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls THintInfo

Description

The rectangle the user's mouse pointer must be in for the hint window to appear.

The default value for CursorRect is the client rectangle of the control. Change this value so that a single control can be divided into several hint regions. When the user moves the mouse pointer outside the rectangle, the hint window disappears.