[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

THintWindow.ActivateHintData

An extended version of ActivateHint with additional data used for the hint display.

Declaration

Source position: forms.pp line 1025

public procedure THintWindow.ActivateHintData(

  ARect: TRect;

  const AHint: string;

  AData: pointer

); virtual;

Arguments

ARect

  

Display rectangle for the hint text.

AHint

  

Text displayed in the hint window.

AData

  

Pointer to additional data used to construct the hint text.

Description

ActivateHintData is an extended version of ActivateHint. It provides the additional AData argument which contains a pointer to values which can be used to construct the text displayed in the hint window.

The implementation in THintWindow does not use the values in AData. The method must be overridden in a descendent class to use the additional hint data in AData.

See also

THintWindow.ActivateHint

  

Shows the specified hint.


Version 3.2 Generated 2024-02-25 Home