Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 925 Bytes

TPJHotLabel-Hint.md

File metadata and controls

19 lines (11 loc) · 925 Bytes

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.