LazDoc - some updates to TListItem in ComCtrl.xml

git-svn-id: trunk@12993 -
This commit is contained in:
kirkpatc 2007-11-24 07:50:22 +00:00
parent 49285e8ca1
commit ff1fde0a01

View File

@ -2900,10 +2900,12 @@ cdsIndeterminate</descr>
</element> </element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TListItem"> <element name="TListItem">
<short/> <short>TListItem - the ancestor class for TCustomListView and TListView</short>
<descr/> <descr>Most properties are inherited from ancestors, TPersistent and TObject</descr>
<errors/> <seealso>
<seealso/> <link id="#rtl.Classes.TPersistent"/>
<link id="#rtl.Objects.TObject"/>
</seealso>
</element> </element>
<!-- variable Visibility: private --> <!-- variable Visibility: private -->
<element name="TListItem.FOwner"> <element name="TListItem.FOwner">
@ -3081,10 +3083,7 @@ cdsIndeterminate</descr>
<element name="TListItem.IsEqual.AItem"><short/></element> <element name="TListItem.IsEqual.AItem"><short/></element>
<!-- procedure Visibility: public --> <!-- procedure Visibility: public -->
<element name="TListItem.Assign"> <element name="TListItem.Assign">
<short/> <seealso><link id="#rtl.Classes.TPersistent.Assign"/></seealso>
<descr/>
<errors/>
<seealso/>
</element> </element>
<!-- argument Visibility: default --> <!-- argument Visibility: default -->
<element name="TListItem.Assign.ASource"><short/></element> <element name="TListItem.Assign.ASource"><short/></element>
@ -3122,21 +3121,15 @@ cdsIndeterminate</descr>
<element name="TListItem.MakeVisible.PartialOK"><short/></element> <element name="TListItem.MakeVisible.PartialOK"><short/></element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Caption"> <element name="TListItem.Caption">
<short/> <short><i>Caption</i> - the name given to this item on the list</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Cut"> <element name="TListItem.Cut">
<short/> <short><i>Cut</i> this item from the list (but can be placed on clipboard)</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Data"> <element name="TListItem.Data">
<short/> <short>Pointer to the Data asociated with this item</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.DropTarget"> <element name="TListItem.DropTarget">
@ -3146,21 +3139,15 @@ cdsIndeterminate</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Focused"> <element name="TListItem.Focused">
<short/> <short>Property is true if this item has Focus</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Index"> <element name="TListItem.Index">
<short/> <short>The index of this item in the list (integer)</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.ImageIndex"> <element name="TListItem.ImageIndex">
<short/> <short>The index of the image associated with this Iitem in the list</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TListItem.Owner"> <element name="TListItem.Owner">
@ -3190,10 +3177,9 @@ cdsIndeterminate</descr>
<element name="TListItem.SubItemImages.AIndex"><short/></element> <element name="TListItem.SubItemImages.AIndex"><short/></element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TListItems"> <element name="TListItems">
<short/> <short>A list of items with a cache of the last accessed item</short>
<descr/> <descr><i>TListitems</i>
<errors/> has a built-in cache of the last accessed item. This will speed up interface updates since Item.Index is often used for the same item updating more properties. If FCacheIndex = -1 then the cache is not valid.</descr>
<seealso/>
</element> </element>
<!-- variable Visibility: private --> <!-- variable Visibility: private -->
<element name="TListItems.FOwner"> <element name="TListItems.FOwner">
@ -5384,7 +5370,9 @@ To add, change or delete a column use the Columns property.</descr>
<element name="TProgressBar"> <element name="TProgressBar">
<short>Progress Bar</short> <short>Progress Bar</short>
<descr>Progress Bar: a control that appears at or near the bottom of form or window. It depicts the progress of a process, or what proportion of the progress is complete. A series of coloured rectangles appears in the control, filling it from left to right or from top to bottom as the process progresses</descr> <descr>Progress Bar: a control that appears at or near the bottom of form or window. It depicts the progress of a process, or what proportion of the progress is complete. A series of coloured rectangles appears in the control, filling it from left to right or from top to bottom as the process progresses</descr>
<seealso><link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link></seealso> <seealso>
<link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TProgressBar.Align"> <element name="TProgressBar.Align">
@ -8305,7 +8293,9 @@ To add, change or delete a column use the Columns property.</descr>
<element name="TTrackBar"> <element name="TTrackBar">
<short>Track Bar</short> <short>Track Bar</short>
<descr>Track Bar: a device that appears at the bottom of a window or panel or form, showing the progress of a process or allowing the user to select (with the mouse pointer) a value denoting how much of a procedure is to be accepted.</descr> <descr>Track Bar: a device that appears at the bottom of a window or panel or form, showing the progress of a process or allowing the user to select (with the mouse pointer) a value denoting how much of a procedure is to be accepted.</descr>
<seealso><link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link></seealso> <seealso>
<link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TTrackBar.Align"> <element name="TTrackBar.Align">
@ -8963,7 +8953,9 @@ Const
<element name="TTreeNode"> <element name="TTreeNode">
<short>TTreeNode is a single item that holds data in TTreeView</short> <short>TTreeNode is a single item that holds data in TTreeView</short>
<descr>A TTreeNode is parst of a TTreeView and is used to store data in. This can be done by using the Caption property or for more complex data the Data property can be used. Each node can have sibling or child items associated with it.</descr> <descr>A TTreeNode is parst of a TTreeView and is used to store data in. This can be done by using the Caption property or for more complex data the Data property can be used. Each node can have sibling or child items associated with it.</descr>
<seealso><link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link></seealso> <seealso>
<link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
</element> </element>
<!-- variable Visibility: private --> <!-- variable Visibility: private -->
<element name="TTreeNode.FOwner"> <element name="TTreeNode.FOwner">
@ -12916,7 +12908,9 @@ For the meaning of this options, see the documentation of TTreeView.</descr>
<element name="TTreeView"> <element name="TTreeView">
<short>TTreeview is a control that displays a hierarchical list of items</short> <short>TTreeview is a control that displays a hierarchical list of items</short>
<descr>Use a TTreeview to display a hierarchical list of items. Items are shown by their caption and an optional bitmap.</descr> <descr>Use a TTreeview to display a hierarchical list of items. Items are shown by their caption and an optional bitmap.</descr>
<seealso><link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link></seealso> <seealso>
<link id="#lcl.stdctrls.HowToUseStdCtrls">HowToUseStdCtrls</link>
</seealso>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->
<element name="TTreeView.Align"> <element name="TTreeView.Align">