Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Hint property

Project: Hot Label Component.

Unit: PJHotLabel.

Class: TPJHotLabel

Applies to: ~>2.0

property Hint: string;

Description

Hint contains a text string that can appear when the user moves the mouse over the control.

With one exception, the Hint property of TPJHotLabel operates in the same way as the inherited property. The exception is that the HintStyle property can change the source of the hint’s text. The hint text can be taken from the URL property or a custom value can be supplied by handling the OnCustomHint event. If the URL property value is used Hint is ignored. If custom hints are used, the value of the Hint property is supplied to the event handler for modification.