diff --git a/docs/xml/lcl/filectrl.xml b/docs/xml/lcl/filectrl.xml index 1437d61965..ac4673e8d5 100644 --- a/docs/xml/lcl/filectrl.xml +++ b/docs/xml/lcl/filectrl.xml @@ -410,10 +410,16 @@ properties in the class instance, including:
Set to False
Sorted
Set to True after files have been loaded in UpdateFileList
+
Items
+
+Sets the CaseSensitive property in Items to True to ensure +that file and directory names on case-sensitive file systems are handled +properly. +

Create calls the UpdateFileList method to load the file and -directory names for the current directory into the Items property. +directory names for the current Directory into the Items property.

@@ -424,6 +430,7 @@ directory names for the current directory into the Items property. TCustomListBox.Items TCustomListBox.MultiSelect +TStringList.CaseSensitive TComponent.Create @@ -512,7 +519,13 @@ UpdateFileList is called in the implementation of the Create and Mask.

- + + + + +TCustomListBox.Items +TCustomListBox.Clear +