docs: some updates (lost track)

git-svn-id: trunk@25213 -
This commit is contained in:
dodi 2010-05-05 12:27:28 +00:00
parent b6df08db05
commit 7ca121a560
5 changed files with 8 additions and 95 deletions

View File

@ -8588,27 +8588,7 @@
<seealso/>
</element>
<!-- object Visibility: default -->
<element name="TToolBar">
<short>
<var>TToolbar</var> manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions.</short>
<descr>
<p>
<var>TToolbar</var> is a container for tool buttons (<var>TToolButton</var>). it provides an easy way to arrange and manage visual controls.</p>
<ul>
<li>All tool buttons on a toolbar maintain a uniform width and height. </li>
<li>Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.</li>
<li>Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.</li>
<li>The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.</li>
<li>Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.</li>
</ul>
<p>Typically, the tool buttons correspond to items in an application's menu and gives the user more direct access to the application's commands.</p>
</descr>
<seealso>
<link id="#LCL.ComCtrls.TToolButton"/>
<link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
<example file="comctrls/ttoolbutton.pas"/>
</element>
<element name="TToolBar"/>
<!-- variable Visibility: private -->
<element name="TToolBar.FButtonHeight">
<short/>

View File

@ -3777,33 +3777,7 @@ dmFindTarget: find child control under the mouse
<short/>
</element>
<!-- object Visibility: default -->
<element name="TControl">
<short>
<var>TControl</var> - the main ancestor class for visual controls.</short>
<descr>
<p>
<var>TControl</var>
is the main ancestor class for all visual controls.</p>
<p>The definition includes a large number of constants, types and methods that are inherited by derived classes and types.</p>
<p>These include devices for defining and controlling: </p>
<ul>
<li>the state and position of the object (including alignment and anchoring),</li>
<li>the state of the mouse, </li>
<li>whether dragging or docked, </li>
<li>the size and type of border,</li>
<li>the way child components should behave, </li>
<li>the actions to be taken in response to various events, </li>
<li>and the way the Control should be drawn.</li>
</ul>
<p>Properties defined here can be overridden by descendant classes.</p>
</descr>
<seealso>
<link id="#lcl.lclClasses.TLCLComponent"/>
<link id="#rtl.Classes.TComponent"/>
<link id="TWinControl"/>
</seealso>
</element>
<element name="TControl"/>
<!-- variable Visibility: private -->
<element name="TControl.FActionLink">
<short/>
@ -8234,11 +8208,7 @@ Reads message from flag area, or stores a message
</descr>
</element>
<!-- property Visibility: published -->
<element name="TControl.Top">
<short>
<var>Top</var>
- the coordinates of the top edge of the control</short>
</element>
<element name="TControl.Top"/>
<!-- property Visibility: published -->
<element name="TControl.Width">
<short>
@ -11771,7 +11741,7 @@ WinControls are found before Controls (if overlapping).</descr>
<short/>
</element>
<!-- procedure Visibility: public -->
<element link="#LCL.Controls.TControl.Invalidate" name="TWinControl.Invalidate">
<element name="TWinControl.Invalidate">
<short/>
<descr/>
<errors/>

View File

@ -5826,22 +5826,9 @@ either right-click on the control to see the pop-up CheckGroup editor, or in the
<seealso/>
</element>
<!-- object Visibility: default -->
<element name="TPanel">
<short>
<var>TPanel</var>: A defined rectangular area of the form into which other components can be placed</short>
<descr>
<p>
<var>TPanel</var>: A defined rectangular area of the form into which other components can be placed to group them functionally and geographically</p>
<p>Most of the properties are defined in ancestor classes including <link id="#lcl.ExtCtrls.TCustomPanel">TCustomPanel</link>, <link id="#lcl.Controls.TCustomControl">TCustomControl</link> and <link id="#lcl.Controls.TWinControl">TWinControl</link>
</p>
<p>Any controls such as buttons or check boxes that are placed inside the panel become its children, and inherit many of its properties. If the Panel is moved, the child controls move with it. Any part of a child control that falls outside the panel becomes invisible.</p>
</descr>
<seealso>
<link id="#lcl.StdCtrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
</element>
<element name="TPanel"/>
<!-- property Visibility: published -->
<element name="TPanel.Align" link="#lcl.Controls.TControl.Align">
<element name="TPanel.Align">
<short/>
<descr/>
<seealso/>
@ -5901,7 +5888,7 @@ either right-click on the control to see the pop-up CheckGroup editor, or in the
<seealso/>
</element>
<!-- property Visibility: published -->
<element name="TPanel.Caption" link="#lcl.Controls.TControl.Caption">
<element name="TPanel.Caption">
<short/>
<descr/>
<seealso/>

View File

@ -3864,20 +3864,7 @@ biHelp - When you click this button a Question Cursor appears and the help routi
</element>
<!-- object Visibility: default -->
<element name="TForm">
<short>
<var>Form</var> - the fundamental visual object that appears in every application with a Graphical User Interface.</short>
<descr>
<p>Form - the fundamental visual object that appears in every GUI application.</p>
<p>Most of the properties are inherited from the ancestors</p>
</descr>
<errors/>
<seealso>
<link id="TCustomForm"/>
<link id="TScrollingWinControl"/>
<link id="#lcl.Controls.TCustomControl">TCustomControl</link>
<link id="#lcl.Controls.TWinControl"/>
<link id="#lcl.Controls.TControl"/>
</seealso>
</element>
<!-- variable Visibility: private -->
<element name="TForm.FClientHandle">

View File

@ -104,18 +104,7 @@
- Exception handler for error in Menu access</short>
</element>
<!-- object Visibility: default -->
<element name="TMenuItem">
<short>
<var>TMenuItem</var> - An item of a <var>TMainMenu</var> or <var>TPopupMenu.</var>
</short>
<descr>
<p>
<var>TMenuItem</var> - An item of a <var>TMainMenu</var> or <var>TPopupMenu.</var>
</p>
</descr>
<errors>no errors
</errors>
</element>
<element name="TMenuItem"/>
<!-- procedure type Visibility: default -->
<element name="TMenuChangeEvent">
<short>