Docs: LazUtils/masks. Removes deprecation warnings after #896764a7.

(cherry picked from commit 34d7072ca1)
This commit is contained in:
dsiders 2021-10-30 16:18:07 +01:00 committed by Maxim Ganetsky
parent 9443e6e37e
commit 0a72810a0f

View File

@ -228,9 +228,6 @@
<p>
Create calls the private <var>InitMaskString</var> method to initialize the internal <var>TMaskString</var> instance used in the class.
</p>
<remark>
The overloaded variant which does not have an AOptions parameter has been deprecated. It will be removed in a future Lazarus version.
</remark>
</descr>
<seealso>
<link id="TMaskString"/>
@ -418,9 +415,6 @@
<p>
<var>Create</var> 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 <var>Items</var> property.
</p>
<remark>
The overloaded variant which does <b>not</b> include an <var>Options</var> parameter has been <b>deprecated</b>. It will be removed in a future Lazarus version.
</remark>
</descr>
<seealso>
<link id="TMaskList.Items"/>
@ -549,9 +543,6 @@
<p>
MatchesMask creates a <var>TMask</var> 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 <var>Matches</var> method in the instance is called using FileName as an argument, and gets the return value for the function.
</p>
<remark>
The overloaded variant which does <b>not</b> include a TMaskOptions parameter has been marked as deprecated. It will be removed in a future Lazarus version.
</remark>
</descr>
<seealso>
<link id="TMask"/>
@ -612,9 +603,6 @@
<p>
MatchesWindowsMask creates a <var>TMask</var> 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 <var>MatchesWindowsMask</var> method in the TMask instance is called using FileName as an argument, and gets the return value for the function.
</p>
<remark>
The overloaded variant which does <b>not</b> include a TMaskOptions parameter has been marked as deprecated. It will be removed in a future Lazarus version.
</remark>
</descr>
<seealso>
<link id="TMask.MatchesWindowsMask"/>