<?xml version="1.0" encoding="Windows-1255" ?><Class name="ControlSet" inherit="core.gml:Configuration" hierarchy="GMLDOM" also="core.gml:Configuration core.gml:Infoshape core.gml:Interactor core.gml:Control" id="core.gml:ControlSet" sort="21" urn="core.gml:elements.ControlSet.gs" toc="\Elements"><Summary>DEPRECIATED. The ControlSet is an element that contains a configurable collection of controls.</Summary><Inherit>&lt;q ref=&quot;core.gml:Configuration&quot;&gt;Configuration&lt;/q&gt;</Inherit><Remarks>&lt;h2&gt;Child Elements&lt;/h2&gt;
      &lt;q ref=&quot;core.gml:Control&quot;&gt;Control&lt;/q&gt;</Remarks><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright><SeeAlso>&lt;q ref=&quot;core.gml:Configuration&quot;&gt;Configuration&lt;/q&gt; | &lt;q ref=&quot;core.gml:Infoshape&quot;&gt;Infoshape&lt;/q&gt; | &lt;q ref=&quot;core.gml:Interactor&quot;&gt;Interactor&lt;/q&gt; | &lt;q ref=&quot;core.gml:Control&quot;&gt;Control&lt;/q&gt;</SeeAlso>
<Topics>
<Property name="items" strong="Yes" type="core.gml:Control![id]" modifier="strong" typeRef="&lt;q ref=&quot;core.gml:Control&quot;&gt;Control&lt;/q&gt;[id]" access="RW" sortGroup="true" scope="public" id="core.gml:ControlSet!items" sort="34" group="Properties" seq="0000"><Summary>The controls items for this Control Set. use &lt;q ref=&quot;core.gml:ControlSet!createControl&quot;&gt;createControl&lt;/q&gt; and &lt;q ref=&quot;core.gml:ControlSet!removeControl&quot;&gt;removeControl&lt;/q&gt; to add or remove them.</Summary></Property>
<Method name="createControl" sortGroup="true" scope="public" id="core.gml:ControlSet!createControl" sort="35" group="Methods" seq="0001"><Summary>Wrapper method for creating controls in &lt;q ref=&quot;core.gml:ControlSet&quot;&gt;ControlSet&lt;/q&gt;. Use this method instead of &lt;q ref=&quot;core.gml:TransObject!createElement&quot;&gt;createElement&lt;/q&gt;</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;createControl&lt;/b&gt;(&lt;i&gt;control_class&lt;/i&gt;, &lt;i&gt;values&lt;/i&gt;) &amp;rarr; &lt;q ref=&quot;core.gml:Field&quot;&gt;Field&lt;/q&gt;"><Param name="control_class" type="String">The class name of the control object.</Param><Param name="values" default="" type="Variant[id]">A collection of property values for initializing the new element.</Param></Parameters><Return type="gml:Field" typeRef="&lt;q ref=&quot;core.gml:Field&quot;&gt;Field&lt;/q&gt;">the new control that was successfully created and inserted, or &lt;code&gt;null&lt;/code&gt;</Return></Method>
<Method name="removeControl" sortGroup="true" scope="public" id="core.gml:ControlSet!removeControl" sort="35" group="Methods" seq="0002"><Summary>Wrapper method for removing a control in &lt;q ref=&quot;core.gml:ControlSet&quot;&gt;ControlSet&lt;/q&gt;. Use this method instead of &lt;q ref=&quot;core.gml:TransObject!removeElement&quot;&gt;removeElement&lt;/q&gt;</Summary><Parameters label="Form 1" descr="" signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;removeControl&lt;/b&gt;(&lt;i&gt;control&lt;/i&gt;) &amp;rarr; Boolean"><Param name="control" type="gml:Element" typeRef="&lt;q ref=&quot;core.gml:Element&quot;&gt;Element&lt;/q&gt;">The control child element to remove.</Param></Parameters><Parameters label="Form 2" descr="" signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;removeControl&lt;/b&gt;(&lt;i&gt;id&lt;/i&gt;) &amp;rarr; Boolean"><Param name="id" type="String">The Id of the control child element to remove.</Param></Parameters><Return type="Boolean">Indicates whether the control child element was successfully removed.</Return></Method>
</Topics>
</Class>