Table of Contents

TAdvCustomFormDesigner.GetComponentCaption Method

Retrieves the caption for the specified component, used to show caption for non-visual components.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.GetComponentCaption(AComponent: TComponent): string;

Parameters

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

Returns

The caption text for the component.

See also