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

THintWindow.ActivateWithBounds

Sets the bounds in HintRect and activates the hint window.

Declaration

Source position: forms.pp line 1024

public procedure THintWindow.ActivateWithBounds(

  ARect: TRect;

  const AHint: string

);

Arguments

ARect

  

Rectangle with the bounds assigned to HintRect.

AHint

  

Text displayed in the hint window.

Description

ActivateWithBounds is a procedure used to update the location and text for the hint window. ActivateWithBounds sets the value in HintRect to the value in the ARect argument. ActivateWithBounds calls ActivateHint using the value in AHint as the text displayed in the hint window.

See also

THintWindow.HintRect

  

Contains the bounds used to display the text for the hint.

THintWindow.ActivateHint

  

Shows the specified hint.


Version 3.2 Generated 2024-02-25 Home