mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:39:55 +02:00
Docs: LazUtils/lazstringutils. Adds deprecation notice to LazIsValidIdent topic. Changed in e76c844e
,
This commit is contained in:
parent
e76c844eee
commit
00e6cf3a83
@ -1282,7 +1282,9 @@ location where c was located.
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="LazIsValidIdent">
|
<element name="LazIsValidIdent">
|
||||||
<short>This is a copy of IsValidIdent from the FPC 3.1 FCL library.</short>
|
<short>
|
||||||
|
Deprecated. Use SysUtils.IsValidIdent in RTL instead.
|
||||||
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>LazIsValidIdent</var> is a <var>Boolean</var> function used to determine
|
<var>LazIsValidIdent</var> is a <var>Boolean</var> function used to determine
|
||||||
@ -1322,11 +1324,10 @@ Case is not significant when determining the validity of an identifier name.
|
|||||||
LazIsValidIdent is used in the implementation of various tools in the Lazarus
|
LazIsValidIdent is used in the implementation of various tools in the Lazarus
|
||||||
IDE. (IDEIntf, CodeTools, BuildIntf)
|
IDE. (IDEIntf, CodeTools, BuildIntf)
|
||||||
</p>
|
</p>
|
||||||
<remark>
|
|
||||||
Use the IsValidIdent routine from FPC 3.2.X when version 3.2 is the minimum
|
|
||||||
requirement.
|
|
||||||
</remark>
|
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Deprecated since LCL version 3.6. Use SysUtils.IsValidIdent in RTL instead.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.sysutils.IsValidIdent">IsValidIdent</link>
|
<link id="#rtl.sysutils.IsValidIdent">IsValidIdent</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
|
Loading…
Reference in New Issue
Block a user