mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 23:36:21 +02:00
Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e
.
This commit is contained in:
parent
e5eaf05f2f
commit
b1960a6a60
@ -1750,6 +1750,7 @@ pointer to the item data.
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<!-- Deprecated in 5b65498e. -->
|
||||||
<element name="TUTF8Parser">
|
<element name="TUTF8Parser">
|
||||||
<short>
|
<short>
|
||||||
Deprecated. Parser for UTF-8-encoded identifiers, string, and number literals.
|
Deprecated. Parser for UTF-8-encoded identifiers, string, and number literals.
|
||||||
@ -2075,6 +2076,7 @@ Deprecated. Sets Token to the unrecognized character (no error).
|
|||||||
<version>
|
<version>
|
||||||
Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
||||||
</version>
|
</version>
|
||||||
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -2128,6 +2130,9 @@ Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
|||||||
Deprecated. Asserts that Token is of the expected type.
|
Deprecated. Asserts that Token is of the expected type.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Deprecated in LCL version 4.0. Use Classes.TParser instead.
|
||||||
|
</version>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<errors>
|
<errors>
|
||||||
EParserError when Token doesn't match the expected type.
|
EParserError when Token doesn't match the expected type.
|
||||||
@ -2145,6 +2150,9 @@ Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
|||||||
Deprecated. Asserts that the given name was parsed (case insensitive).
|
Deprecated. Asserts that the given name was parsed (case insensitive).
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Deprecated in LCL version 4.0. Use Classes.TParser instead.
|
||||||
|
</version>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<errors>
|
<errors>
|
||||||
EParserError when Token doesn't match the expected type or name.
|
EParserError when Token doesn't match the expected type or name.
|
||||||
@ -2283,7 +2291,8 @@ Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
|||||||
<element name="TUTF8Parser.TokenFloat.Result"/>
|
<element name="TUTF8Parser.TokenFloat.Result"/>
|
||||||
|
|
||||||
<element name="TUTF8Parser.TokenInt">
|
<element name="TUTF8Parser.TokenInt">
|
||||||
<short>Deprecated. Returns the binary value of an integral number.
|
<short>
|
||||||
|
Deprecated. Returns the binary value of an integral number.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<version>
|
<version>
|
||||||
@ -2347,6 +2356,9 @@ Deprecated in LCL version 3.0. Use Classes.TParser instead.
|
|||||||
Deprecated. The current column number in the source line.
|
Deprecated. The current column number in the source line.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Deprecated in LCL version 4.0. Use Classes.TParser instead.
|
||||||
|
</version>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<element name="TUTF8Parser.SourceColumn.Result"/>
|
<element name="TUTF8Parser.SourceColumn.Result"/>
|
||||||
@ -2368,7 +2380,7 @@ A queue to stream components, used for multi-threading or network.
|
|||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
ConvertComponentAsString converts a component to binary format with a leading
|
ConvertComponentAsString converts a component to binary format with leading
|
||||||
size information (using WriteLRSInt64MB).
|
size information (using WriteLRSInt64MB).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user