mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:49:27 +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>
|
||||
</element>
|
||||
|
||||
<element name="TMaskBase.Compile">
|
||||
<element name="TMaskBase.PrepareCompile">
|
||||
<short>
|
||||
Examines and converts mask expression characters into a list of op codes.
|
||||
Resets values in internal members used in the implementation.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
In TMaskBase, Compile simply sets values for members in the class instance.
|
||||
Descendent classes implement additional functionality needed for a specific
|
||||
platform.
|
||||
Used to implement the Compile method in descendent classes.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TMaskBase.MaskOpCodes"/>
|
||||
<link id="TMaskUTF8.Compile"/>
|
||||
<link id="TWindowsMaskUTF8.Compile"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -1187,7 +1183,7 @@ includes a TMaskOpCodes parameter.
|
||||
<short>Examines the mask expression and creates a list of op codes.</short>
|
||||
<descr>
|
||||
<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
|
||||
expression.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user