From ff1fde0a01c92d147d81375251d804e7feddd3ac Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Sat, 24 Nov 2007 07:50:22 +0000 Subject: [PATCH] LazDoc - some updates to TListItem in ComCtrl.xml git-svn-id: trunk@12993 - --- docs/xml/lcl/comctrls.xml | 62 ++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index e08693904f..c3c031cbcc 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -2900,10 +2900,12 @@ cdsIndeterminate - - - - + TListItem - the ancestor class for TCustomListView and TListView + Most properties are inherited from ancestors, TPersistent and TObject + + + + @@ -3081,10 +3083,7 @@ cdsIndeterminate - - - - + @@ -3122,21 +3121,15 @@ cdsIndeterminate - - - + Caption - the name given to this item on the list - - - + Cut this item from the list (but can be placed on clipboard) - - - + Pointer to the Data asociated with this item @@ -3146,21 +3139,15 @@ cdsIndeterminate - - - + Property is true if this item has Focus - - - + The index of this item in the list (integer) - - - + The index of the image associated with this Iitem in the list @@ -3190,10 +3177,9 @@ cdsIndeterminate - - - - + A list of items with a cache of the last accessed item + TListitems + 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. @@ -5384,7 +5370,9 @@ To add, change or delete a column use the Columns property. Progress Bar 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 - HowToUseStdCtrls + + HowToUseStdCtrls + @@ -8305,7 +8293,9 @@ To add, change or delete a column use the Columns property. Track Bar 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. - HowToUseStdCtrls + + HowToUseStdCtrls + @@ -8963,7 +8953,9 @@ Const TTreeNode is a single item that holds data in TTreeView 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. - HowToUseStdCtrls + + HowToUseStdCtrls + @@ -12916,7 +12908,9 @@ For the meaning of this options, see the documentation of TTreeView. TTreeview is a control that displays a hierarchical list of items Use a TTreeview to display a hierarchical list of items. Items are shown by their caption and an optional bitmap. - HowToUseStdCtrls + + HowToUseStdCtrls +