diff --git a/docs/xml/lcl/maskedit.xml b/docs/xml/lcl/maskedit.xml
index 67306ea4f4..22a7fd8a33 100644
--- a/docs/xml/lcl/maskedit.xml
+++ b/docs/xml/lcl/maskedit.xml
@@ -2825,6 +2825,29 @@ Use the IsVisible method to consider this and get the effective visibility.
+
+Text is a public String property in
+TMaskEdit which provides access to the value for the edit control.
+
-Text is a public String property in
-TMaskEdit which provides access to the value for the edit control.
-
+The EnableSets argument indicates whether set notation, indicated +with '[' and ']' characters, are recognized in the edit mask. The value is +assigned to the EnableSets property in TMaskEdit/TCustomMaskEdit. When set to +False, the '[' and ']' characters used in set notation are treated as +literal characters. When set to True, the optional or required set +definition is added to the mask. The default value for the property is +False. +
+When IsMasked is False, the unmodified content in Value is used as the return value.