PnlName property: RCMenuLayout class
Description
Use the PnlName property to return the page name as a string value. This property is set in the RCMapFields object and is only required when the value of the MapFieldType property is set to PF (page field); otherwise, it is an empty string.
This property is effectively read-only.
Example
Local String &pg_name = &rcMenuLayout.PnlName;