[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enables the Hint display.
Source position: controls.pp line 1668
public property TControl.ShowHint : Boolean |
When True, the Hint text is shown when the mouse hovers over the control.
Display of the actual hint is controlled by OnShowHint.
|
The text to show in the Hint window for this control. |
|
|
Event Handler when a hint shall be shown. |
|
|
If true, the value of ShowHint for the control will be the same as the one from the Parent. Default is true. |
lazarus-ccr.sourceforge.net |