LazDoc - updates in StdCtrls.xml to TCustomListBox and TListBox. Minor change in Controls.xml

git-svn-id: trunk@13200 -
This commit is contained in:
kirkpatc 2007-12-07 10:01:14 +00:00
parent d484eba60c
commit 41fa02b136
2 changed files with 16 additions and 34 deletions

View File

@ -8431,9 +8431,7 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
<element name="TWinControl.WndProc.Message"><short/></element> <element name="TWinControl.WndProc.Message"><short/></element>
<!-- property Visibility: protected --> <!-- property Visibility: protected -->
<element name="TWinControl.BorderStyle"> <element name="TWinControl.BorderStyle">
<short/> <short><i>BorderStyle</i> - none, or single</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: protected --> <!-- property Visibility: protected -->
<element name="TWinControl.OnGetSiteInfo"> <element name="TWinControl.OnGetSiteInfo">

View File

@ -2440,10 +2440,7 @@ False: Turns off auto-complete feature.</descr>
<element name="TSelectionChangeEvent.User"><short/></element> <element name="TSelectionChangeEvent.User"><short/></element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TCustomListBox"> <element name="TCustomListBox">
<short>Custom List Box</short> <short><i>TCustomList Box</i>: the base class for <i>TListBox</i></short>
<descr>Custom List Box: the base type from which List Box is derived.</descr>
<errors/>
<seealso/>
</element> </element>
<!-- variable Visibility: private --> <!-- variable Visibility: private -->
<element name="TCustomListBox.FCacheValid"> <element name="TCustomListBox.FCacheValid">
@ -3026,9 +3023,7 @@ False: Turns off auto-complete feature.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Canvas"> <element name="TCustomListBox.Canvas">
<short/> <short><i>Canvas</i> - defines the area on which all graphic material is drawn</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.ClickOnSelChange"> <element name="TCustomListBox.ClickOnSelChange">
@ -3038,9 +3033,7 @@ False: Turns off auto-complete feature.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Columns"> <element name="TCustomListBox.Columns">
<short/> <short><i>Columns</i> - the number of vertical columns in which the <i>Items</i> are arranged</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Constraints"> <element name="TCustomListBox.Constraints">
@ -3050,15 +3043,11 @@ False: Turns off auto-complete feature.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Count"> <element name="TCustomListBox.Count">
<short/> <short><i>Count</i> - the number of entries in the list of <i>Items</i></short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.ExtendedSelect"> <element name="TCustomListBox.ExtendedSelect">
<short/> <short><i>ExtendedSelect</i> - boolean. Whether extended selection is allowed. Default True</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Font"> <element name="TCustomListBox.Font">
@ -3074,13 +3063,11 @@ False: Turns off auto-complete feature.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.ItemHeight"> <element name="TCustomListBox.ItemHeight">
<short/> <short><i>ItemHeight </i>- the height of the individual <i>Items</i></short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.ItemIndex"> <element name="TCustomListBox.ItemIndex">
<short>property ItemIndex: Integer</short> <short><i>ItemIndex:</i> Integer to indicate the currently selected item (zero origin)</short>
<descr>Indicates the currently selected item. The first item has number 0, <descr>Indicates the currently selected item. The first item has number 0,
the second has number 1, the third number 2, etc. In case no item is selected, ItemIndex the second has number 1, the third number 2, etc. In case no item is selected, ItemIndex
has value -1. If MultiSelect is True, ItemIndex represents the item which has focus, which has value -1. If MultiSelect is True, ItemIndex represents the item which has focus, which
@ -3093,15 +3080,11 @@ tipically has a different color then the other items.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Items"> <element name="TCustomListBox.Items">
<short/> <short><i>Items </i>- an array of strings representing the list of entries</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.MultiSelect"> <element name="TCustomListBox.MultiSelect">
<short/> <short><i>MultiSelect</i> - boolean; True allows more than one Item from the list to be selected at a time</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.OnChangeBounds"> <element name="TCustomListBox.OnChangeBounds">
@ -3263,9 +3246,7 @@ tipically has a different color then the other items.</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.Style"> <element name="TCustomListBox.Style">
<short/> <short><i>Style </i>of List Box - normal, owner-draw fixed, or owner-draw variable</short>
<descr/>
<seealso/>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomListBox.TabOrder"> <element name="TCustomListBox.TabOrder">
@ -3293,8 +3274,11 @@ tipically has a different color then the other items.</descr>
</element> </element>
<!-- object Visibility: default --> <!-- object Visibility: default -->
<element name="TListBox"> <element name="TListBox">
<short>List Box</short> <short><i>TListBox</i>: a simple drop-down (string) list from which a choice is made</short>
<descr>List Box: a simple drop-down list from which a choice is made</descr> <descr>
<p><i>TListBox</i>: a simple drop-down (string) list from which a choice is made</p>
<p>The array of strings is held in <i>Items</i></p>
</descr>
<seealso><link id="HowToUseStdCtrls"/></seealso> <seealso><link id="HowToUseStdCtrls"/></seealso>
</element> </element>
<!-- property Visibility: published --> <!-- property Visibility: published -->