From acf31c45b6d33caabde12b9c9c3c43b61ff09f2d Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 1 Sep 2021 19:01:31 +0100 Subject: [PATCH] Docs: LCL/stdctrls. Adds missing topics or content. --- docs/xml/lcl/stdctrls.xml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index 688d9bc9b0..47b9060e8f 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -1213,7 +1213,19 @@ True when the option is included for variable height list items. - + + Alias for the TOwnerDrawState type in lcltype.pp. + +

+ TOwnerDrawState instances are passed as an argument to methods which draw list items in controls, like TCustomComboBox.DrawItem and TCustomListBox.DrawItem. +

+
+ + + + TOwnerDrawState + +
@@ -3384,6 +3396,30 @@ True if the user changed the selection, False if changed by code. + + Represents options available in a list box control. + + + + + + + Draws a focus rectangle when owner draw is enabled. + + + + Set type used to store values from the TListBoxOption enumeration. + +

+ Set type used to store zero or more values for the TListBoxOption enumeration. TListBoxOptions is the type used for the Options property in TCustomListBox. +

+
+ + + + +
+ The base class for TListBox.