diff --git a/docs/xml/lcl/shellctrls.xml b/docs/xml/lcl/shellctrls.xml index cdd720856c..a140e6fafc 100644 --- a/docs/xml/lcl/shellctrls.xml +++ b/docs/xml/lcl/shellctrls.xml @@ -727,15 +727,15 @@ Create sets the default values for properties, including:
UseBuiltinIcons
Set to True top enable the built-in icons in the widgetset class.
PathDelimiter
-
Set to the platform-specific PathDelimiter from the SysUtils unit.
+
Set to the platform-specific PathDelim from the SysUtils unit.
ObjectTypes
Set to [otFolders] to display folders (but not files) in the tree view.

-Create initializes an internal member used to monitor the Root -property for changes to its value. +Create initializes internal members used to monitor the Root +property for changes to its value, and the find options used to locate nodes in the Items for the tree view control. Find options include use of case-insensitive comparisons in node values when the CaseInsensitiveFilenames compiler define is enabled.

Please note: Values in the Items property are populated when the @@ -743,7 +743,7 @@ Please note: Values in the Items property are populated when the

-Modified in LCL version 2.4 to initialize the PathDelimiter property. +Modified in LCL version 2.4 to initialize the PathDelimiter property and internal find options. @@ -753,7 +753,7 @@ Modified in LCL version 2.4 to initialize the PathDelimiter property. -SysUtils.PathDelimiter +SysUtils.PathDelim