SetGroupletID method: Field class

Syntax

SetGroupletID(field_ID)

Description

Use the SetGroupletID method to set the ID of the group box (the page field name) from which the content is rendered.

Important:

Use this method within fluid applications only.

Parameters

Parameter Description

field_ID

Specifies the page field name of the group box as a string value.

Returns

None.

Example

PT_AG_LAYOUT.PT_AG_GROUPBOX3.SetGroupletID("GROUPBOX5");