<?xml version="1.0" encoding="Windows-1255" ?><Class name="SimpleControl" inherit="core.gml2:Control" hierarchy="GMLDOM" id="core.gml2:SimpleControl" sort="21" urn="core.gml2:classes.gui.controls.SimpleControl.gs" toc="\GUI classes\Controls"><Summary>Simple Control represents the atomic parts of a user-interface, such as Button, InputField, ComboBox, or Slider. 
	Most simple controls are bound to data fields and are used for displaying or editing field values.</Summary><Inherit>&lt;q ref=&quot;core.gml2:Control&quot;&gt;Control&lt;/q&gt;</Inherit><Copyright>(c) SAP AG 2006. All rights reserved.</Copyright>
<Topics>
<Property name="action" type="String" default="''" access="RW" sortGroup="true" scope="public" id="core.gml2:SimpleControl!action" sort="34" group="Properties" seq="0000"><Summary>Defines action to be triggered when the control is activated.</Summary></Property>
<Property name="value" type="Expression &lt;String&gt;" default="''" access="RW" sortGroup="true" scope="public" id="core.gml2:SimpleControl!value" sort="34" group="Properties" seq="0001"><Summary>Gets or sets the control's value expression. Used to assosiate the control with fields.</Summary></Property>
</Topics>
</Class>