PnlGrpName property: RCService class
Description
Use the PnlGrpName to set or return the component name for this component as a string value.
Note:
The value of PnlGrpName is derived from the content reference ID (or portal object name) used to instantiate the object.
This property is read/write.
Example
In the following example, the value of PnlGrpName is USERMAINT:
import PTCS_SERVICE:RCService;
Component PTCS_SERVICE:RCService &pgRFFlRcService;
&pgRFFlRcService = create PTCS_SERVICE:RCService("EMPLOYEE", "USERMAINT_GBL");
Local string &comp_name = &pgRFFlRcService.PnlGrpName;
Related Topics