mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 20:44:03 +02:00
Docs: Lazutils/masks. Updates topics for changes in 3b1bba21
.
This commit is contained in:
parent
7c3adad134
commit
9b289f9a32
@ -709,21 +709,17 @@ forces the next mask character to be treated as a literal and not a wildcard.
|
|||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TMaskBase.Compile">
|
<element name="TMaskBase.PrepareCompile">
|
||||||
<short>
|
<short>
|
||||||
Examines and converts mask expression characters into a list of op codes.
|
Resets values in internal members used in the implementation.
|
||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
In TMaskBase, Compile simply sets values for members in the class instance.
|
Used to implement the Compile method in descendent classes.
|
||||||
Descendent classes implement additional functionality needed for a specific
|
|
||||||
platform.
|
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TMaskBase.MaskOpCodes"/>
|
|
||||||
<link id="TMaskUTF8.Compile"/>
|
<link id="TMaskUTF8.Compile"/>
|
||||||
<link id="TWindowsMaskUTF8.Compile"/>
|
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -1187,7 +1183,7 @@ includes a TMaskOpCodes parameter.
|
|||||||
<short>Examines the mask expression and creates a list of op codes.</short>
|
<short>Examines the mask expression and creates a list of op codes.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
Compile is an overridden method used to examine and convert values from the
|
Compile is a virtual method used to examine and convert values from the
|
||||||
Mask property into TMaskParsedCode values for the positions in the mask
|
Mask property into TMaskParsedCode values for the positions in the mask
|
||||||
expression.
|
expression.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user