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

THintWindow.ActivateHint

Shows the hint.

Declaration

Source position: forms.pp line 908

public procedure THintWindow.ActivateHint(

  const AHint: string

);

procedure THintWindow.ActivateHint(

  ARect: TRect;

  const AHint: string

); virtual;

See also

THintWindow.CalcHintRect

  

Determines the rectangle required for the hint display, based on the maximum text/window width.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.