Minor documentation improvements and fixes

git-svn-id: trunk@34975 -
This commit is contained in:
sekelsenmat 2012-01-27 12:50:16 +00:00
parent 28f224ef56
commit b9c2aaafbc
3 changed files with 32 additions and 71 deletions

View File

@ -4263,16 +4263,10 @@ either right-click on the control to see the pop-up CheckGroup editor, or in the
</element> </element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TCustomPanel"> <element name="TCustomPanel">
<short> <short>The base class for a general container which can hold other objects. It has a customizable border and a central text.</short>
<var>TCustomPanel</var>: The base type for
<var>TPanel</var>
</short>
<descr> <descr>
<p> <p>
<var>TCustomPanel</var>: The base type for <var>TCustomPanel</var>: The base type for <var>TPanel</var>
<var>TPanel</var>
</p> </p>
<p>A Panel is a defined rectangular area of the form into which other components can be placed to group them functionally and geographically.</p> <p>A Panel is a defined rectangular area of the form into which other components can be placed to group them functionally and geographically.</p>
<p> <p>
@ -4551,31 +4545,18 @@ either right-click on the control to see the pop-up CheckGroup editor, or in the
<seealso/> <seealso/>
</element> </element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TPanel"/> <element name="TPanel">
<!-- property Visibility: published --> <short>The main class for a general container which can hold other objects. It has a customizable border and a central text.</short>
<element name="TPanel.Align"> <descr>
<short/> <p>A Panel is a defined rectangular area of the form into which other components can be placed to group them functionally and geographically.</p>
<descr/> </descr>
<seealso/> <seealso/>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TPanel.Alignment" link="#lcl.ExtCtrls.TCustomPanel.Alignment"> <element name="TPanel.Align" link="#lcl.Controls.TControl.Align" />
<short/> <element name="TPanel.Alignment" link="#lcl.ExtCtrls.TCustomPanel.Alignment" />
<descr/> <element name="TPanel.Anchors" link="#lcl.Controls.TControl.Anchors" />
<seealso/> <element name="TPanel.AutoSize" link="#lcl.Controls.TControl.AutoSize" />
</element>
<!-- property Visibility: published -->
<element name="TPanel.Anchors" link="#lcl.Controls.TControl.Anchors">
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published -->
<element name="TPanel.AutoSize" link="#lcl.Controls.TControl.AutoSize">
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TPanel.BorderSpacing" link="#lcl.Controls.TControl.BorderSpacing"> <element name="TPanel.BorderSpacing" link="#lcl.Controls.TControl.BorderSpacing">
<short/> <short/>

View File

@ -287,7 +287,7 @@
<short>Can be utilized to connect this ShellTreeView to a ShellListView</short> <short>Can be utilized to connect this ShellTreeView to a ShellListView</short>
<descr>The ShellListView will show the contents of the currently selected directory in the ShellListView.</descr> <descr>The ShellListView will show the contents of the currently selected directory in the ShellListView.</descr>
<seealso> <seealso>
<link id="#lcl.ShellCtrls.TCustomShellTreeView.ShellTreeView">TCustomShellTreeView.ShellTreeView</link> <link id="#lcl.ShellCtrls.TCustomShellListView.ShellTreeView">TCustomShellListView.ShellTreeView</link>
</seealso> </seealso>
</element> </element>
@ -634,7 +634,7 @@
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TShellListView.ToolTips" link="#LCL.ComCtrls.TCustomListView.ToolTips"/> <element name="TShellListView.ToolTips" link="#LCL.ComCtrls.TCustomListView.ToolTips"/>
<element name="TShellListView.Visible" link="#LCL.Controls.TControl.Visible"/> <element name="TShellListView.Visible" link="#LCL.Controls.TControl.Visible"/>
<element name="TShellListView.ViewStyle" link="#LCL.Controls.TWinControl.ViewStyle"/> <element name="TShellListView.ViewStyle" link="#LCL.Controls.TCustomListView.ViewStyle"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TShellListView.OnChange" link="#lcl.ComCtrls.TCustomListView.OnChange" /> <element name="TShellListView.OnChange" link="#lcl.ComCtrls.TCustomListView.OnChange" />
<!-- property Visibility: published --> <!-- property Visibility: published -->

View File

@ -391,9 +391,9 @@
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TFloatSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/> <element name="TFloatSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TFloatSpinEdit.Increment" link="TCustomFloatSpinEdit.Increment"/> <element name="TFloatSpinEdit.Increment" link="#LCL.Spin.TCustomFloatSpinEdit.Increment"/>
<element name="TFloatSpinEdit.MaxValue" link="TCustomFloatSpinEdit.MaxValue"/> <element name="TFloatSpinEdit.MaxValue" link="#LCL.Spin.TCustomFloatSpinEdit.MaxValue"/>
<element name="TFloatSpinEdit.MinValue" link="TCustomFloatSpinEdit.MinValue"/> <element name="TFloatSpinEdit.MinValue" link="#LCL.Spin.TCustomFloatSpinEdit.MinValue"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TFloatSpinEdit.OnChange"> <element name="TFloatSpinEdit.OnChange">
<short>The OnChange event is fired when spin edit value has changed.</short> <short>The OnChange event is fired when spin edit value has changed.</short>
@ -427,6 +427,7 @@
<element name="TFloatSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/> <element name="TFloatSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/>
<element name="TFloatSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/> <element name="TFloatSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/>
<element name="TFloatSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/> <element name="TFloatSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/>
<element name="TFloatSpinEdit.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
<element name="TFloatSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/> <element name="TFloatSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/>
<element name="TFloatSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/> <element name="TFloatSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/>
<element name="TFloatSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/> <element name="TFloatSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/>
@ -443,7 +444,7 @@
<element name="TFloatSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/> <element name="TFloatSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/>
<element name="TFloatSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/> <element name="TFloatSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TFloatSpinEdit.Value" link="TCustomFloatSpinEdit.Value"/> <element name="TFloatSpinEdit.Value" link="#LCL.Spin.TCustomFloatSpinEdit.Value"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TFloatSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/> <element name="TFloatSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/>
<!-- object Visibility: default --> <!-- object Visibility: default -->
@ -596,6 +597,7 @@
<link id="TCustomSpinEdit.Value"/> <link id="TCustomSpinEdit.Value"/>
</seealso> </seealso>
</element> </element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TSpinEdit"> <element name="TSpinEdit">
<short>The main class for the integer-based spin control</short> <short>The main class for the integer-based spin control</short>
@ -605,29 +607,22 @@
<link id="TFloatSpinEdit"/> <link id="TFloatSpinEdit"/>
</seealso> </seealso>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TSpinEdit.AutoSelected"> <element name="TSpinEdit.AutoSelected" link="#LCL.StdCtrls.TCustomEdit.AutoSelected"/>
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.Align" link="#LCL.Controls.TControl.Align"/> <element name="TSpinEdit.Align" link="#LCL.Controls.TControl.Align"/>
<element name="TSpinEdit.Anchors" link="#LCL.Controls.TControl.Anchors"/> <element name="TSpinEdit.Anchors" link="#LCL.Controls.TControl.Anchors"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.AutoSelect"> <element name="TSpinEdit.AutoSelect" link="#LCL.StdCtrls.TCustomEdit.AutoSelect"/>
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.AutoSize" link="#LCL.Controls.TControl.AutoSize"/> <element name="TSpinEdit.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
<element name="TSpinEdit.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/> <element name="TSpinEdit.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
<element name="TSpinEdit.Constraints" link="#LCL.Controls.TControl.Constraints"/> <element name="TSpinEdit.Constraints" link="#LCL.Controls.TControl.Constraints"/>
<element name="TSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/> <element name="TSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/>
<element name="TSpinEdit.Increment" link="TCustomSpinEdit.Increment"/> <element name="TSpinEdit.Increment" link="#LCL.Spin.TCustomSpinEdit.Increment"/>
<element name="TSpinEdit.MaxValue" link="TCustomSpinEdit.MaxValue"/> <element name="TSpinEdit.MaxValue" link="#LCL.Spin.TCustomSpinEdit.MaxValue"/>
<element name="TSpinEdit.MinValue" link="TCustomSpinEdit.MinValue"/> <element name="TSpinEdit.MinValue" link="#LCL.Spin.TCustomSpinEdit.MinValue"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.OnChange"> <element name="TSpinEdit.OnChange">
<short>The OnChange event is fired when the spin edit value has changed.</short> <short>The OnChange event is fired when the spin edit value has changed.</short>
@ -638,29 +633,17 @@
</seealso> </seealso>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.OnChangeBounds"> <element name="TSpinEdit.OnChangeBounds" link="#LCL.Controls.TControl.OnChangeBounds"/>
<short/> <element name="TSpinEdit.OnClick" link="#LCL.Controls.TControl.OnClick"/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.OnClick"> <element name="TSpinEdit.OnEditingDone" link="#LCL.StdCtrls.TCustomEdit.OnEditingDone"/>
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published -->
<element name="TSpinEdit.OnEditingDone">
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.OnEnter" link="#LCL.Controls.TWinControl.OnEnter"/> <element name="TSpinEdit.OnEnter" link="#LCL.Controls.TWinControl.OnEnter"/>
<element name="TSpinEdit.OnExit" link="#LCL.Controls.TWinControl.OnExit"/> <element name="TSpinEdit.OnExit" link="#LCL.Controls.TWinControl.OnExit"/>
<element name="TSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/> <element name="TSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/>
<element name="TSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/> <element name="TSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/>
<element name="TSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/> <element name="TSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/>
<element name="TSpinEdit.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
<element name="TSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/> <element name="TSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/>
<element name="TSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/> <element name="TSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/>
<element name="TSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/> <element name="TSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/>
@ -668,17 +651,14 @@
<element name="TSpinEdit.ParentShowHint" link="#LCL.Controls.TControl.ParentShowHint"/> <element name="TSpinEdit.ParentShowHint" link="#LCL.Controls.TControl.ParentShowHint"/>
<element name="TSpinEdit.PopupMenu" link="#LCL.Controls.TControl.PopupMenu"/> <element name="TSpinEdit.PopupMenu" link="#LCL.Controls.TControl.PopupMenu"/>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.ReadOnly"> <element name="TSpinEdit.ReadOnly" link="#LCL.StdCtrls.TCustomEdit.ReadOnly"/>
<short/>
<descr/>
<seealso/>
</element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/> <element name="TSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/>
<element name="TSpinEdit.TabStop" link="#LCL.Controls.TWinControl.TabStop"/> <element name="TSpinEdit.TabStop" link="#LCL.Controls.TWinControl.TabStop"/>
<element name="TSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/> <element name="TSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/>
<element name="TSpinEdit.Value" link="TCustomSpinEdit.Value"/> <element name="TSpinEdit.Value" link="#LCL.Spin.TCustomSpinEdit.Value"/>
<element name="TSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/> <element name="TSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/>
<!-- procedure Visibility: default --> <!-- procedure Visibility: default -->
<element name="Register"> <element name="Register">
<short/> <short/>