From 9c44d21c0e8c72657ad4c125abb83901b049d93f Mon Sep 17 00:00:00 2001
From: dsiders
Date: Wed, 19 Feb 2025 15:29:40 -0500
Subject: [PATCH] Docs: LCL/filectrl. Updates TCustomFileListBox topics for
changes in 3cc3475c. Issue #41441.
* TCustomFileListBox.Create
* TCustomFileListBox.UpdateFileList
---
docs/xml/lcl/filectrl.xml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
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.