GetComponentTitle function

Syntax

GetComponentTitle()

Description

Use the GetComponentTitle function to return the name of the component (from the component definition).

Important:

Use this function within fluid applications only.

Parameters

None.

Returns

A String value.

Example

&sPageTitle = GetComponentTitle();

Related Topics