diff --git a/docs/xml/lcl/fileutil.xml b/docs/xml/lcl/fileutil.xml
index f3bd42f34c..34adaa88ca 100644
--- a/docs/xml/lcl/fileutil.xml
+++ b/docs/xml/lcl/fileutil.xml
@@ -27,24 +27,17 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -54,52 +47,17 @@
-
-
-
+
-
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -108,13 +66,31 @@
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -123,9 +99,7 @@
-
-
-
+
@@ -134,9 +108,7 @@
-
-
-
+
@@ -145,13 +117,9 @@
-
-
-
+
-
-
-
+
@@ -160,13 +128,9 @@
-
-
-
+
-
-
-
+
@@ -175,13 +139,11 @@
-
-
-
+
-
-
-
+
+
+
@@ -190,13 +152,9 @@
-
-
-
+
-
-
-
+
@@ -205,13 +163,20 @@
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
@@ -220,13 +185,9 @@
-
-
-
+
-
-
-
+
@@ -235,17 +196,11 @@
-
-
-
+
-
-
-
+
-
-
-
+
@@ -254,13 +209,9 @@
-
-
-
+
-
-
-
+
@@ -269,13 +220,9 @@
-
-
-
+
-
-
-
+
@@ -284,17 +231,11 @@
-
-
-
+
-
-
-
+
-
-
-
+
@@ -303,9 +244,7 @@
-
-
-
+
@@ -314,12 +253,14 @@
-
-
-
+
-
+
+
+
+
+
@@ -329,13 +270,20 @@
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
@@ -344,21 +292,13 @@
-
-
-
+
-
-
-
+
-
-
-
+
-
-
-
+
@@ -367,13 +307,9 @@
-
-
-
+
-
-
-
+
Appends the path delimeter to the path.
@@ -383,13 +319,9 @@
-
-
-
+
-
-
-
+
Removes trailing path delimeter
@@ -398,13 +330,9 @@
-
-
-
+
-
-
-
+
@@ -413,13 +341,9 @@
-
-
-
+
-
-
-
+
@@ -428,13 +352,9 @@
-
-
-
+
-
-
-
+
@@ -443,13 +363,35 @@
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -458,17 +400,11 @@
-
-
-
+
-
-
-
+
-
-
-
+
@@ -477,36 +413,11 @@
-
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -514,50 +425,21 @@
-
-
-
+
-
-
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
File mask representing all files suitable for showing in a file filter.
@@ -569,9 +451,292 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class for getting info about found file or directory.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stops the searching process.
+
+
+
+
+
+
+
+
+ If the current file is directory.
+
+
+
+
+
+
+
+
+ Gets the current file name.
+
+
+
+
+
+ Gets the current file info.
+
+
+
+
+
+ Gets the current file path level relative to base search path.
+
+
+
+
+
+ Gets the current file path.
+
+
+
+
+
+ If the searching is in process.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class for searching files.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Creates new file searcher object.
+
+
+
+
+
+
+ Searches for files in specified path with passed options.
+
+ Searches for files in specified path. When file is found the OnFileFound event is invoked, for directories
+ OnDirectoryFound event. You can abort searching process by calling Stop method in this events.
+
+
+
+
+
+
+
+
+
+ Base path for searching files.
+
+ Mask which file should match.
+
+ If search recursively sub directories.
+
+
+ Is invoked when directory is found.
+
+
+
+
+
+ Is invoked when file is found.
+
+
+
+
+
+ Returns the list of found files in the specified path according to passed options.
+
+
+
+
+
+ List of found files.
+
+ Base path for searching files.
+
+ Mask which file should match.
+
+ If search recursively sub directories.
@@ -580,13 +745,9 @@
-
-
-
+
-
-
-
+
@@ -595,40 +756,13 @@
-
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
@@ -637,17 +771,11 @@
-
-
-
+
-
-
-
+
-
-
-
+