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

THintWindowRendered

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

For a rendered hint with a child control added by an external provider.

Declaration

Source position: forms.pp line 1055

type THintWindowRendered = class(THintWindow)

public

  constructor Create(); override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  procedure ActivateRendered;

  

Shows hint contents are rendered by a provider on child control.

end;

Inheritance

THintWindowRendered

  

For a rendered hint with a child control added by an external provider.

|

THintWindow

  

The pop-up box containing helpful information that appears when the mouse pointer hovers over an object.

|

TCustomForm

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home