Table of Contents

TAdvCustomFormDesigner.GetComponentHint Method

Retrieves the hint for the specified component, used to show a hint when the component is being moved/resized.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.GetComponentHint(AComponent: TComponent): string; virtual;

Parameters

<-> Parameter Type Description
AComponent TComponent The component for which the hint will be displayed.

Returns

The hint text for the component.

See also