diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index 7376b63f4d..bbaa131951 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -1928,7 +1928,7 @@ False is set when the edit or combobox control loses focus. - property AutoSelect: Boolean + AutoSelect: Boolean. If True, all contents of Text box are selected when control receives focus

When True, the edit control will select all its text when:

-
@@ -2035,17 +2034,9 @@ has value -1.

- - property AutoComplete: Boolean - True: Turns on auto-complete feature. -False: Turns off auto-complete feature. - - + - property AutoCompleteText: TComboBoxAutoCompleteText - Options for behavior of the Auto-Complete feature. - @@ -2055,18 +2046,7 @@ False: Turns off auto-complete feature. - - property AutoSelected: Boolean - -

When True, the edit control will select all its text when:

- -
- -
+ @@ -2080,18 +2060,7 @@ False: Turns off auto-complete feature. - - property CharCase: TEditCharCase - -

Indicates how text is displayed in a text editing control in the following ways:

-
    -
  • Normal case letters
  • -
  • Upper case letters
  • -
  • Lower case letters
  • -
-
- -
+ @@ -3048,7 +3017,7 @@ typically has a different color from the other items. - MultiSelect - boolean; True allows more than one Item from the list to be selected at a time + MultiSelect - allows more than one Item from the list to be selected at a time, by pressing the CTRL or SHIFT key while selecting @@ -3070,9 +3039,11 @@ typically has a different color from the other items. - - - + OnDrawItem - event handler for drawing an Item + +

OnDrawItem - event handler for drawing an Item

+

For example, selecting an item may require it to be highlighted or have its font or background changed

+
@@ -3136,21 +3107,15 @@ typically has a different color from the other items. - - - + OnMouseWheel - event handler for movement of the scroll-wheel on the mouse - - - + OnMouseWheelDown - event handler for downwards scrolling movement of the mouse wheel - - - + OnMouseWheelUp - event handler for upward scrolling movement of the mouse wheel @@ -3160,9 +3125,7 @@ typically has a different color from the other items. - - - + OnSelectionChange - event handler for changing the Item selected @@ -3190,9 +3153,7 @@ typically has a different color from the other items. - - - + Selected - whether the Item with given Index has been selected @@ -3204,9 +3165,7 @@ typically has a different color from the other items.
- - - + Sorted - whether the selected Items in the list have been arranged in alphabetical order @@ -3238,10 +3197,11 @@ typically has a different color from the other items. - TListBox: a simple drop-down (string) list from which a choice is made + TListBox : a simple string list from which a choice is made -

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

+

TListBox: a simple string list from which a choice is made

The array of strings is held in Items

+

Clicking on the ellipsis (...) next to the Items entry in the Object Inspector at design-time opens a string-list editor in which the individual text-strings for the list can be entered or edited. The editor also allows the entries to be sorted alphabetically in normal or reverse order.