<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.127.27.108</id>
		<title>OpenEUO - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.127.27.108"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php/Special:Contributions/46.127.27.108"/>
		<updated>2026-05-22T19:43:44Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.TabStop&amp;diff=723</id>
		<title>TWinControl.TabStop</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.TabStop&amp;diff=723"/>
				<updated>2010-10-24T07:37:16Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW TabStop : b'''    Determines if the user can tab to a control.  Use the TabStop to allow or disallow access to the control using the Tab key. If TabStop is true, the contr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW TabStop : b'''&lt;br /&gt;
 &lt;br /&gt;
 Determines if the user can tab to a control.&lt;br /&gt;
&lt;br /&gt;
Use the TabStop to allow or disallow access to the control using the Tab key. If TabStop is true, the control is in the tab order. If TabStop is false, the control is not in the tab order and the user can't press the Tab key to move to the control. Note: TabStop is not meaningful for a form unless the form assigns another form to be its parent.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.TabOrder&amp;diff=722</id>
		<title>TWinControl.TabOrder</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.TabOrder&amp;diff=722"/>
				<updated>2010-10-24T07:35:07Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW TabOrder : n'''    Indicates the position of the control in its parent's tab order.  TabOrder is the order in which child windows are visited when the user presses the Tab...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW TabOrder : n'''&lt;br /&gt;
 &lt;br /&gt;
 Indicates the position of the control in its parent's tab order.&lt;br /&gt;
&lt;br /&gt;
TabOrder is the order in which child windows are visited when the user presses the Tab key. The control with the TabOrder value of 0 is the control that has the focus when the form first appears. Initially, the tab order is always the order in which the controls were added to the form and each control has a unique tab-order value within its parent. If you change the TabOrder value of one control to be the same as the value of a second control, the values for all the other controls may change.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.SetFocus&amp;diff=721</id>
		<title>TWinControl.SetFocus</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.SetFocus&amp;diff=721"/>
				<updated>2010-10-24T07:34:05Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME SetFocus()'''    Gives the input focus to the control.  Use SetFocus to change input focus to the control. When a control has focus, it receives keyboard events.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME SetFocus()'''&lt;br /&gt;
 &lt;br /&gt;
 Gives the input focus to the control.&lt;br /&gt;
&lt;br /&gt;
Use SetFocus to change input focus to the control. When a control has focus, it receives keyboard events.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.OnExit&amp;diff=720</id>
		<title>TWinControl.OnExit</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.OnExit&amp;diff=720"/>
				<updated>2010-10-24T07:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''EV OnExit'''    Occurs when the input focus shifts away from one control to another.  Use the OnExit event handler to provide special processing when the control ceases to be...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''EV OnExit'''&lt;br /&gt;
 &lt;br /&gt;
 Occurs when the input focus shifts away from one control to another.&lt;br /&gt;
&lt;br /&gt;
Use the OnExit event handler to provide special processing when the control ceases to be active. The OnExit event does not occur when switching between forms or between another application and your application. When switching between controls in separate container controls such as the TPanel and the TGroupBox controls, an OnExit event occurs for the control inside the container before the OnExit event of the container.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.OnEnter&amp;diff=719</id>
		<title>TWinControl.OnEnter</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.OnEnter&amp;diff=719"/>
				<updated>2010-10-24T07:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''EV OnEnter'''    Occurs when a control receives the input focus.  Use the OnEnter event handler to cause any special processing to occur when a control becomes active. The On...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''EV OnEnter'''&lt;br /&gt;
 &lt;br /&gt;
 Occurs when a control receives the input focus.&lt;br /&gt;
&lt;br /&gt;
Use the OnEnter event handler to cause any special processing to occur when a control becomes active. The OnEnter event does not occur when switching between forms or between another application and the application that includes the control. When switching between controls in separate container controls such as the TPanel and the TGroupBox controls, an OnEnter event occurs for the container before the OnEnter event of the contained control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.Handle&amp;diff=718</id>
		<title>TWinControl.Handle</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.Handle&amp;diff=718"/>
				<updated>2010-10-24T07:31:39Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RO Handle : n'''    Provides direct access to the underlying Windows screen object for the control.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO Handle : n'''&lt;br /&gt;
 &lt;br /&gt;
 Provides direct access to the underlying Windows screen object for the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.Focused&amp;diff=717</id>
		<title>TWinControl.Focused</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.Focused&amp;diff=717"/>
				<updated>2010-10-24T07:30:34Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RO Focused : b'''    Determines whether the control has input focus.  Use Focused to see if the control is the active control. When Focused returns true, the control has the ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO Focused : b'''&lt;br /&gt;
 &lt;br /&gt;
 Determines whether the control has input focus.&lt;br /&gt;
&lt;br /&gt;
Use Focused to see if the control is the active control. When Focused returns true, the control has the input focus. If Focused returns false, the user cannot interact with the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.CanFocus&amp;diff=716</id>
		<title>TWinControl.CanFocus</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TWinControl.CanFocus&amp;diff=716"/>
				<updated>2010-10-24T07:29:46Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RO CanFocus : b'''    Indicates whether a control can receive focus.  Use CanFocus to find out if the control can receive input from the user. CanFocus returns true if both t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO CanFocus : b'''&lt;br /&gt;
 &lt;br /&gt;
 Indicates whether a control can receive focus.&lt;br /&gt;
&lt;br /&gt;
Use CanFocus to find out if the control can receive input from the user. CanFocus returns true if both the control and its parent(s) have their Visible and Enabled properties set to true. If any of the Visible and Enabled properties of the control or the controls in which it is contained are not true then CanFocus returns false.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientToScreen&amp;diff=715</id>
		<title>TControl.ClientToScreen</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientToScreen&amp;diff=715"/>
				<updated>2010-10-24T07:27:13Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME ClientToScreen(nX,nY)'''    Translates a given point from client area coordinates to global screen coordinates.  Use ClientToScreen to convert a point whose coordinates ar...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME ClientToScreen(nX,nY)'''&lt;br /&gt;
 &lt;br /&gt;
 Translates a given point from client area coordinates to global screen coordinates.&lt;br /&gt;
&lt;br /&gt;
Use ClientToScreen to convert a point whose coordinates are expressed locally to the control to the corresponding point in screen coordinates. In client area coordinates (0,0) corresponds to the upper left corner of the control's client area. In screen coordinates (0,0) corresponds to the upper left corner of the screen. Use ScreenToClient along with ClientToScreen to convert from one control's coordinate system to another control's coordinate system.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ScreenToClient&amp;diff=714</id>
		<title>TControl.ScreenToClient</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ScreenToClient&amp;diff=714"/>
				<updated>2010-10-24T07:26:15Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME ScreenToClient(nX,nY)'''    Converts the screen coordinates of a specified point on the screen to client coordinates.  Use ScreenToClient to convert a point in screen coor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME ScreenToClient(nX,nY)'''&lt;br /&gt;
 &lt;br /&gt;
 Converts the screen coordinates of a specified point on the screen to client coordinates.&lt;br /&gt;
&lt;br /&gt;
Use ScreenToClient to convert a point in screen coordinates to local, or client area, coordinates. In client area coordinates (0,0) corresponds to the upper left corner of the control's client area. In screen coordinates (0,0) corresponds to the upper left corner of the screen. Use ScreenToClient along with ClientToScreen to convert from one control's coordinate system to another control's coordinate system.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Width&amp;diff=713</id>
		<title>TControl.Width</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Width&amp;diff=713"/>
				<updated>2010-10-24T07:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Width : n'''    Specifies the horizontal size of the control or form in pixels.  Use the Width property to read or change the width of the control.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Width : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the horizontal size of the control or form in pixels.&lt;br /&gt;
&lt;br /&gt;
Use the Width property to read or change the width of the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Visible&amp;diff=712</id>
		<title>TControl.Visible</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Visible&amp;diff=712"/>
				<updated>2010-10-24T07:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Visible : b'''    Determines whether the component appears onscreen.  Use the Visible property to control the visibility of the control. If Visible is true, the control ap...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Visible : b'''&lt;br /&gt;
 &lt;br /&gt;
 Determines whether the component appears onscreen.&lt;br /&gt;
&lt;br /&gt;
Use the Visible property to control the visibility of the control. If Visible is true, the control appears. If Visible is false, the control is not visible. Calling the Show method sets the control's Visible property to true. Calling the Hide method sets it to false.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Top&amp;diff=711</id>
		<title>TControl.Top</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Top&amp;diff=711"/>
				<updated>2010-10-24T07:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Top : n'''    Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.  Use Top to locate the top of the con...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Top : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.&lt;br /&gt;
&lt;br /&gt;
Use Top to locate the top of the control or reposition the control to a different Y coordinate. The Top property, like the Left property, is the position of the control relative to its container. Thus, if a control is contained in a TPanel, the Left and Top properties are relative to the panel. If the control is contained directly by the form, it is relative to the form. For forms, the value of the Top property is relative to the screen in pixels.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ShowHint&amp;diff=710</id>
		<title>TControl.ShowHint</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ShowHint&amp;diff=710"/>
				<updated>2010-10-24T07:16:06Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW ShowHint : b'''    Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.  The Help Hint is the value of the Hint pro...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW ShowHint : b'''&lt;br /&gt;
 &lt;br /&gt;
 Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.&lt;br /&gt;
&lt;br /&gt;
The Help Hint is the value of the Hint property, which is displayed in a box just beneath the control. Use ShowHint to determine whether a Help Hint appears for the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Show&amp;diff=709</id>
		<title>TControl.Show</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Show&amp;diff=709"/>
				<updated>2010-10-24T07:15:11Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME Show()'''    Makes a control visible.  Use the Show method to make visible a control that was previously hidden. The Show method sets the control’s Visible property to t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME Show()'''&lt;br /&gt;
 &lt;br /&gt;
 Makes a control visible.&lt;br /&gt;
&lt;br /&gt;
Use the Show method to make visible a control that was previously hidden. The Show method sets the control’s Visible property to true and ensures that the parent control is also visible.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.SendToBack&amp;diff=708</id>
		<title>TControl.SendToBack</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.SendToBack&amp;diff=708"/>
				<updated>2010-10-24T07:12:56Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME SendToBack()'''    Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.  Use SendToBack to ch...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME SendToBack()'''&lt;br /&gt;
 &lt;br /&gt;
 Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.&lt;br /&gt;
&lt;br /&gt;
Use SendToBack to change the order of overlapping controls or forms. The order in which controls stack on top of each other (Z order) depends on the order the controls are placed on the form. Call the SendToBack method for the top object to move it below the other object. The stacking order of two windowed controls is the same as the stacking of two non-windowed controls, but the two cannot be mingled. For example, if you put a memo, a windowed control, on a form, and then put a label, a non-windowed control, on top of it, the label disappears behind the memo and calling the memo's SendToBack method does nothing, the label remains behind the memo. If the control has the input focus when the SendToBack method executes, it loses the input focus.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.PopupMenu&amp;diff=707</id>
		<title>TControl.PopupMenu</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.PopupMenu&amp;diff=707"/>
				<updated>2010-10-24T07:11:56Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW PopupMenu : TPopupMenu'''    Identifies the pop-up menu associated with the control.  Assign a value to PopupMenu to make a pop-up menu appear when the user selects the co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW PopupMenu : TPopupMenu'''&lt;br /&gt;
 &lt;br /&gt;
 Identifies the pop-up menu associated with the control.&lt;br /&gt;
&lt;br /&gt;
Assign a value to PopupMenu to make a pop-up menu appear when the user selects the control and clicks the right mouse button.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Parent&amp;diff=706</id>
		<title>TControl.Parent</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Parent&amp;diff=706"/>
				<updated>2010-10-24T07:11:02Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Parent : TWinControl'''    Indicates the parent of the control.  Use the Parent property to get or set the parent of this control. The parent of a control is the control t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Parent : TWinControl'''&lt;br /&gt;
 &lt;br /&gt;
 Indicates the parent of the control.&lt;br /&gt;
&lt;br /&gt;
Use the Parent property to get or set the parent of this control. The parent of a control is the control that contains the control. For example, if an application includes three radio buttons in a group box, the group box is the parent of the three radio buttons, and the radio buttons are the child controls of the group box. To serve as a parent, a control must be an instance of a descendant of TWinControl. Changing the parent of a control moves the control onscreen so that it is displayed within the new parent. When the parent control moves, the child moves with the parent.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.OnDblClick&amp;diff=705</id>
		<title>TControl.OnDblClick</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.OnDblClick&amp;diff=705"/>
				<updated>2010-10-24T07:09:54Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''EV OnDblClick'''    Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''EV OnDblClick'''&lt;br /&gt;
 &lt;br /&gt;
 Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.OnClick&amp;diff=704</id>
		<title>TControl.OnClick</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.OnClick&amp;diff=704"/>
				<updated>2010-10-24T07:09:06Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''EV OnClick'''    Occurs when the user clicks the control.  Use the OnClick event handler to respond when the user clicks the control. Usually OnClick occurs when the user pre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''EV OnClick'''&lt;br /&gt;
 &lt;br /&gt;
 Occurs when the user clicks the control.&lt;br /&gt;
&lt;br /&gt;
Use the OnClick event handler to respond when the user clicks the control. Usually OnClick occurs when the user presses and releases the left mouse button with the mouse pointer over the control. This event can also occur when the user presses the accelerator key for a button or check box or when he presses the spacebar while they have focus. The same goes for check boxes and radio buttons when their Checked property is changed.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Left&amp;diff=703</id>
		<title>TControl.Left</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Left&amp;diff=703"/>
				<updated>2010-10-24T07:08:17Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Left : n'''    Specifies the X coordinate of the top left corner of a control, relative to its parent or containing control in pixels.  Use the Left property to determine ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Left : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the X coordinate of the top left corner of a control, relative to its parent or containing control in pixels.&lt;br /&gt;
&lt;br /&gt;
Use the Left property to determine where the left side of the control begins or to reposition the left side of the control. If the control is contained in another control, the Left and Top properties are relative to the parent control. If the control is contained directly by the form, the property values are relative to the form. For forms, the value of the Left property is relative to the screen in pixels.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Hint&amp;diff=702</id>
		<title>TControl.Hint</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Hint&amp;diff=702"/>
				<updated>2010-10-24T07:06:16Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Hint : s'''    Contains the text string that can appear when the user moves the mouse over the control and pauses momentarily.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Hint : s'''&lt;br /&gt;
 &lt;br /&gt;
 Contains the text string that can appear when the user moves the mouse over the control and pauses momentarily.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Hide&amp;diff=701</id>
		<title>TControl.Hide</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Hide&amp;diff=701"/>
				<updated>2010-10-24T07:05:11Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME Hide()'''    Makes the control invisible.  Call Hide to hide a control. Hide sets the Visible property of the control to false. Although a control that is hidden is not vi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME Hide()'''&lt;br /&gt;
 &lt;br /&gt;
 Makes the control invisible.&lt;br /&gt;
&lt;br /&gt;
Call Hide to hide a control. Hide sets the Visible property of the control to false. Although a control that is hidden is not visible, its properties and methods are still available.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Height&amp;diff=700</id>
		<title>TControl.Height</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Height&amp;diff=700"/>
				<updated>2010-10-24T07:04:15Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Height : n'''    Specifies the vertical size of the control in pixels.  Use the Height property to read or change the height of the control.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Height : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the vertical size of the control in pixels.&lt;br /&gt;
&lt;br /&gt;
Use the Height property to read or change the height of the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Font&amp;diff=699</id>
		<title>TControl.Font</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Font&amp;diff=699"/>
				<updated>2010-10-24T07:02:27Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RO Font : TFont'''    Controls the attributes of text written on or in the control.  To modify a font, change the value of the Color, Height, Name, Size, or Style of the TFon...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO Font : TFont'''&lt;br /&gt;
 &lt;br /&gt;
 Controls the attributes of text written on or in the control.&lt;br /&gt;
&lt;br /&gt;
To modify a font, change the value of the Color, Height, Name, Size, or Style of the TFont object.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Enabled&amp;diff=698</id>
		<title>TControl.Enabled</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Enabled&amp;diff=698"/>
				<updated>2010-10-24T07:00:14Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Enabled : b'''    Controls whether the control responds to mouse, keyboard, and timer events.  Use Enabled to change the availability of the control to the user. To disabl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Enabled : b'''&lt;br /&gt;
 &lt;br /&gt;
 Controls whether the control responds to mouse, keyboard, and timer events.&lt;br /&gt;
&lt;br /&gt;
Use Enabled to change the availability of the control to the user. To disable a control, set Enabled to false. Disabled controls appear dimmed. If Enabled is false, the control ignores mouse, keyboard, and timer events. To re-enable a control, set Enabled to true. The control is no longer dimmed, and the user can use the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Cursor&amp;diff=697</id>
		<title>TControl.Cursor</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Cursor&amp;diff=697"/>
				<updated>2010-10-24T06:58:34Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Cursor : n'''    Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.  Change the value of Cursor to provide feed...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Cursor : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.&lt;br /&gt;
&lt;br /&gt;
Change the value of Cursor to provide feedback to the user when the mouse pointer enters the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Constraints&amp;diff=696</id>
		<title>TControl.Constraints</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Constraints&amp;diff=696"/>
				<updated>2010-10-24T06:55:46Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RO Constraints : TSizeConstraints'''    Specifies the size constraints for the control.  Use Constraints to specify the minimum and maximum width and height of the control. W...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO Constraints : TSizeConstraints'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the size constraints for the control.&lt;br /&gt;
&lt;br /&gt;
Use Constraints to specify the minimum and maximum width and height of the control. When Constraints contains maximum or minimum values, the control cannot be resized to violate those constraints. Warning:	Do not set up constraints that conflict with the value of the Align or Anchors property. When these properties conflict, the response of the control to resize attempts is not well-defined.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Color&amp;diff=695</id>
		<title>TControl.Color</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Color&amp;diff=695"/>
				<updated>2010-10-24T06:52:59Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''RW Color : n'''    Specifies the background color of the control.  Use Color to read or change the background color of the control.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Color : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the background color of the control.&lt;br /&gt;
&lt;br /&gt;
Use Color to read or change the background color of the control.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientWidth&amp;diff=694</id>
		<title>TControl.ClientWidth</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientWidth&amp;diff=694"/>
				<updated>2010-10-24T06:51:56Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW ClientWidth : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the horizontal size of the control's client area in pixels.&lt;br /&gt;
&lt;br /&gt;
Use ClientWidth to read or change the width of the control’s client area. For TControl, ClientWidth is the same as Width. Derived classes may implement a ClientWidth property that differs from Width. For example, the ClientWidth of a form is the value of the Width property minus the width of the resize border and scroll bars.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientWidth&amp;diff=693</id>
		<title>TControl.ClientWidth</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientWidth&amp;diff=693"/>
				<updated>2010-10-24T06:51:36Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; RW ClientWidth : n    Specifies the horizontal size of the control's client area in pixels.  Use ClientWidth to read or change the width of the control’s client area. For TCon...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; RW ClientWidth : n&lt;br /&gt;
 &lt;br /&gt;
 Specifies the horizontal size of the control's client area in pixels.&lt;br /&gt;
&lt;br /&gt;
Use ClientWidth to read or change the width of the control’s client area. For TControl, ClientWidth is the same as Width. Derived classes may implement a ClientWidth property that differs from Width. For example, the ClientWidth of a form is the value of the Width property minus the width of the resize border and scroll bars.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientHeight&amp;diff=692</id>
		<title>TControl.ClientHeight</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientHeight&amp;diff=692"/>
				<updated>2010-10-24T06:50:26Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW ClientHeight : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the vertical size of the control's client area in pixels.&lt;br /&gt;
&lt;br /&gt;
Use ClientHeight to read or change the height of the control’s client area. For TControl, ClientHeight is the same as Height. Derived classes may implement a ClientHeight property that differs from Height. For example, the ClientHeight of a form is the value of the Height property minus the height of the resize border and scroll bars.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientHeight&amp;diff=691</id>
		<title>TControl.ClientHeight</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.ClientHeight&amp;diff=691"/>
				<updated>2010-10-24T06:50:09Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; RW ClientHeight : n    Specifies the vertical size of the control's client area in pixels.  Use ClientHeight to read or change the height of the control’s client area. For TCo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; RW ClientHeight : n&lt;br /&gt;
 &lt;br /&gt;
 Specifies the vertical size of the control's client area in pixels.&lt;br /&gt;
&lt;br /&gt;
Use ClientHeight to read or change the height of the control’s client area. For TControl, ClientHeight is the same as Height. Derived classes may implement a ClientHeight property that differs from Height. For example, the ClientHeight of a form is the value of the Height property minus the height of the resize border and scroll bars.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.BringToFront&amp;diff=690</id>
		<title>TControl.BringToFront</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.BringToFront&amp;diff=690"/>
				<updated>2010-10-24T06:49:19Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot; '''ME BringToFront()'''    Puts the control in front of all other controls in its parent control.  Call BringToFront to ensure that a form is visible or to reorder overlapping c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''ME BringToFront()'''&lt;br /&gt;
 &lt;br /&gt;
 Puts the control in front of all other controls in its parent control.&lt;br /&gt;
&lt;br /&gt;
Call BringToFront to ensure that a form is visible or to reorder overlapping controls within a form. Without BringToFront, controls are stacked in the order they were placed on the form.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Name&amp;diff=689</id>
		<title>TComponent.Name</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Name&amp;diff=689"/>
				<updated>2010-10-24T06:43:11Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Name : s'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies the name of the component.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=688</id>
		<title>TComponent.Tag</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=688"/>
				<updated>2010-10-24T06:42:23Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Tag : n'''&lt;br /&gt;
 &lt;br /&gt;
 Stores an integer value as part of a component.&lt;br /&gt;
&lt;br /&gt;
Tag has no predefined meaning. The Tag property is provided for the convenience of developers and can be used for storing an additional integer value.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Align&amp;diff=687</id>
		<title>TControl.Align</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Align&amp;diff=687"/>
				<updated>2010-10-24T06:40:39Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Align : n'''&lt;br /&gt;
 &lt;br /&gt;
 Determines how the control aligns within its container (parent control).&lt;br /&gt;
&lt;br /&gt;
Use Align to align a control to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the control changes. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=686</id>
		<title>TControl.Anchors</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=686"/>
				<updated>2010-10-24T06:38:14Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Anchors : n'''&lt;br /&gt;
 &lt;br /&gt;
 Specifies how the control is anchored to its parent.&lt;br /&gt;
&lt;br /&gt;
Use Anchors to ensure that a control maintains its current position relative to an edge of its parent, even if the parent is resized. When its parent is resized, the control holds its position relative to the edges to which it is anchored. If a control should maintain contact with three edges of its parent, use the Align property instead. Unlike Anchors, Align allows controls to adjust to changes in the size of other aligned sibling controls as well as changes to the parent’s size.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=685</id>
		<title>TControl.Anchors</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=685"/>
				<updated>2010-10-24T06:36:50Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RW Anchors : n'''&lt;br /&gt;
Use Anchors to ensure that a control maintains its current position relative to an edge of its parent, even if the parent is resized. When its parent is resized, the control holds its position relative to the edges to which it is anchored. If a control should maintain contact with three edges of its parent, use the Align property instead. Unlike Anchors, Align allows controls to adjust to changes in the size of other aligned sibling controls as well as changes to the parent’s size.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=684</id>
		<title>TObject.ClassName</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=684"/>
				<updated>2010-10-24T06:34:42Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''RO ClassName : s'''&lt;br /&gt;
 &lt;br /&gt;
 Returns a string indicating the type of the object instance.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=683</id>
		<title>TObject.ClassName</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=683"/>
				<updated>2010-10-24T06:12:17Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; RO ClassName : s&lt;br /&gt;
 &lt;br /&gt;
 Returns a string indicating the type of the object instance.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=682</id>
		<title>TObject.ClassName</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=682"/>
				<updated>2010-10-24T05:59:39Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''R/O String - Returns a string indicating the type of the object instance.'''&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=681</id>
		<title>TControl.Anchors</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Anchors&amp;diff=681"/>
				<updated>2010-10-24T05:54:22Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot;R/W Number - Specifies how the control is anchored to its parent.  Use Anchors to ensure that a control maintains its current position relative to an edge of its parent, even if ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/W Number - Specifies how the control is anchored to its parent.&lt;br /&gt;
&lt;br /&gt;
Use Anchors to ensure that a control maintains its current position relative to an edge of its parent, even if the parent is resized. When its parent is resized, the control holds its position relative to the edges to which it is anchored. If a control should maintain contact with three edges of its parent, use the Align property instead. Unlike Anchors, Align allows controls to adjust to changes in the size of other aligned sibling controls as well as changes to the parent’s size.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=680</id>
		<title>TComponent.Tag</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=680"/>
				<updated>2010-10-24T05:52:20Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/W Number - Stores an integer value as part of a component.&lt;br /&gt;
&lt;br /&gt;
Tag has no predefined meaning. The Tag property is provided for the convenience of developers and can be used for storing an additional integer value.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Align&amp;diff=679</id>
		<title>TControl.Align</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TControl.Align&amp;diff=679"/>
				<updated>2010-10-24T05:51:25Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot;R/W Number - Determines how the control aligns within its container (parent control).  Use Align to align a control to the top, bottom, left, or right of a form or panel and have...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/W Number - Determines how the control aligns within its container (parent control).&lt;br /&gt;
&lt;br /&gt;
Use Align to align a control to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the control changes. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=678</id>
		<title>TComponent.Tag</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Tag&amp;diff=678"/>
				<updated>2010-10-24T05:37:20Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot;R/W Integer - Stores an integer value as part of a component.  Tag has no predefined meaning. The Tag property is provided for the convenience of developers and can be used for s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/W Integer - Stores an integer value as part of a component.&lt;br /&gt;
&lt;br /&gt;
Tag has no predefined meaning. The Tag property is provided for the convenience of developers and can be used for storing an additional integer value.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Name&amp;diff=677</id>
		<title>TComponent.Name</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TComponent.Name&amp;diff=677"/>
				<updated>2010-10-24T05:35:54Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot;R/W String - Specifies the name of the component.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/W String - Specifies the name of the component.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=676</id>
		<title>TObject.ClassName</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=TObject.ClassName&amp;diff=676"/>
				<updated>2010-10-24T05:34:06Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: Created page with &amp;quot;R/O String - Returns a string indicating the type of the object instance.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R/O String - Returns a string indicating the type of the object instance.&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Main_Page&amp;diff=675</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Main_Page&amp;diff=675"/>
				<updated>2010-10-24T05:12:27Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;; OpenEUO Documentation : [[Documentation]]&lt;br /&gt;
&lt;br /&gt;
; OpenEUO Tutorials : [[Tutorials]]&lt;br /&gt;
&lt;br /&gt;
; User Libraries : [[User Libraries]]&lt;br /&gt;
&lt;br /&gt;
; Wiki Help : [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.easyuo.com/forum/viewforum.php?f=37 Back to the OpenEUO forum]&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=UO.GetCont&amp;diff=670</id>
		<title>UO.GetCont</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=UO.GetCont&amp;diff=670"/>
				<updated>2010-10-19T21:20:33Z</updated>
		
		<summary type="html">&lt;p&gt;46.127.27.108: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; local sName,nX,nY,nSX,nSY,nKind,nId,nType,nHP = UO.GetCont(nIndex)&lt;br /&gt;
Returns values associated with the gump at location nIndex on the 'gump heap'.  nIndex 0 is the topmost gump.  Returned values are the name,x screen coordinate, y screen coordinate, width, height, gumpkind, charid, chartype and char hp value. If nIndex &amp;gt;= number of gumps, UO.GetCont returns nil.&lt;br /&gt;
&lt;br /&gt;
[[UO.ContTop]]&lt;/div&gt;</summary>
		<author><name>46.127.27.108</name></author>	</entry>

	</feed>