FormSelector()

Get the selector for the specified form.

Syntax

FormSelector(
   name STRING)
   RETURNS STRING
  1. name is the form name or ggc.AUI_CURRENT_SELECTOR for the current form.

Usage

This function returns the generated form selector. You can use this in the getAuiTreePart() function, for example:

# Get the Form AUI tree by name
LET doc = ggc.getAuiTreePart(ggc.FormSelector("ggc-343-1"))