diff --git a/docs/xml/lazutils/masks.xml b/docs/xml/lazutils/masks.xml index f271a579f4..9e78006892 100644 --- a/docs/xml/lazutils/masks.xml +++ b/docs/xml/lazutils/masks.xml @@ -228,9 +228,6 @@

Create calls the private InitMaskString method to initialize the internal TMaskString instance used in the class.

- - The overloaded variant which does not have an AOptions parameter has been deprecated. It will be removed in a future Lazarus version. - @@ -418,9 +415,6 @@

Create is the overloaded constructor for the class instance. Create allocates resources for the internal object list in the class instance. Arguments passed to the constructor are used to configure and populate the values in the Items property.

- - The overloaded variant which does not include an Options parameter has been deprecated. It will be removed in a future Lazarus version. - @@ -549,9 +543,6 @@

MatchesMask creates a TMask instance which is used to compare the file name to the mask using the specified options. Values in Mask and Options are passed as arguments the TMask constructor. The Matches method in the instance is called using FileName as an argument, and gets the return value for the function.

- - The overloaded variant which does not include a TMaskOptions parameter has been marked as deprecated. It will be removed in a future Lazarus version. - @@ -612,9 +603,6 @@

MatchesWindowsMask creates a TMask instance which is used to compare the file name to the mask using the specified options. Values in Mask and Options are passed as arguments the TMask constructor. The MatchesWindowsMask method in the TMask instance is called using FileName as an argument, and gets the return value for the function.

- - The overloaded variant which does not include a TMaskOptions parameter has been marked as deprecated. It will be removed in a future Lazarus version. -