Vcl.Controls.THintInfo Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CursorPospublic

Represents the location of the mouse pointer within the control.

CursorRectpublic

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

HideTimeoutpublic

The number of milliseconds to show the hint. By default, it is set to the value of the Application variable's HintHidePause property.

HintColorpublicDetermines the color of the hint boxes for Help Hints.
HintControlpublic

The name of the control for which hint processing is occurring.

HintDatapublic

Additional data to be passed to the hint-window control. Use this field in conjunction with HintWindowClass.

HintMaxWidthpublicThe maximum width of the hint window before word wrapping begins. By default, the value is the width of the screen (the Width property of the global Screen variable).
HintPospublic

The default position in screen coordinates of the top-left corner of the hint window. You can change where the window appears by changing this value.

HintStrpublic

The string to be displayed in the hint window. This allows an OnHint event handler to modify the contents of a hint before it is displayed.

HintWindowClasspublic

The class of the hint-window control. The default is THintWindow, but you can specify any class derived from THintWindow.

ReshowTimeoutpublic

How long the hint system should wait before asking about the hint status again.