Skip to main content

TdxNavBarViewInfo.HintRect Property

Returns the bounding rectangle of the hint to be displayed.

Declaration

property HintRect: TRect read; write;

Property Value

Type
TRect

Remarks

The HintRect property is used to determine dimensions of a hint window rectangle. Commonly, you will have no need to use this property in applications. You can specify the hint bounds manually by handling the OnCalcLinkHintRect and OnCalcGroupHintRect events and modifying their corresponding parameter.

See Also