AddComponentControl
This method enables encoding a QRC frame that is used to add one or more controls within a Named Component in a change group.
Syntax
METHOD AddComponentControl : I_Connect
VAR_INPUT
sChangeGroupId : STRING;
sComponentName : STRING;
aControlName : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF STRING;
END_VAR
VAR_INPUT
sChangeGroupId: Change group ID.
sComponentName: Name property of target Named Component.
aControlName: Target controls' names of the Named Component.
![]() | Controls' name should be listed starting from the first element of the array |