From 41fa02b1367e92959ab02f77c68385f83b28ad04 Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Fri, 7 Dec 2007 10:01:14 +0000 Subject: [PATCH] LazDoc - updates in StdCtrls.xml to TCustomListBox and TListBox. Minor change in Controls.xml git-svn-id: trunk@13200 - --- docs/xml/lcl/controls.xml | 4 +--- docs/xml/lcl/stdctrls.xml | 46 +++++++++++++-------------------------- 2 files changed, 16 insertions(+), 34 deletions(-) diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 631e75ad7a..a08f5ea89a 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -8431,9 +8431,7 @@ Properties are defined in the parent class TPop - - - + BorderStyle - none, or single diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index bf8ebd1e57..994d5dfee2 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -2440,10 +2440,7 @@ False: Turns off auto-complete feature. - Custom List Box - Custom List Box: the base type from which List Box is derived. - - + TCustomList Box: the base class for TListBox @@ -3026,9 +3023,7 @@ False: Turns off auto-complete feature. - - - + Canvas - defines the area on which all graphic material is drawn @@ -3038,9 +3033,7 @@ False: Turns off auto-complete feature. - - - + Columns - the number of vertical columns in which the Items are arranged @@ -3050,15 +3043,11 @@ False: Turns off auto-complete feature. - - - + Count - the number of entries in the list of Items - - - + ExtendedSelect - boolean. Whether extended selection is allowed. Default True @@ -3074,13 +3063,11 @@ False: Turns off auto-complete feature. - - - + ItemHeight - the height of the individual Items - property ItemIndex: Integer + ItemIndex: Integer to indicate the currently selected item (zero origin) 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 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. - - - + Items - an array of strings representing the list of entries - - - + MultiSelect - boolean; True allows more than one Item from the list to be selected at a time @@ -3263,9 +3246,7 @@ tipically has a different color then the other items. - - - + Style of List Box - normal, owner-draw fixed, or owner-draw variable @@ -3293,8 +3274,11 @@ tipically has a different color then the other items. - List Box - List Box: a simple drop-down list from which a choice is made + TListBox: a simple drop-down (string) list from which a choice is made + +

TListBox: a simple drop-down (string) list from which a choice is made

+

The array of strings is held in Items

+