mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 04:00:44 +01:00
docs: xmlread/write, issue #35342, from Don Siders
git-svn-id: trunk@60897 -
This commit is contained in:
parent
4a5a1e4634
commit
573956ab0d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6115,6 +6115,7 @@ docs/xml/lazutils/lazloggerbase.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazloggerdummy.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazloggerprofiling.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazmethodlist.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazsysutils.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazunicode.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazutf16.xml svneol=native#text/plain
|
||||
docs/xml/lazutils/lazutf8.xml svneol=native#text/plain
|
||||
|
||||
40
docs/xml/lazutils/lazsysutils.xml
Normal file
40
docs/xml/lazutils/lazsysutils.xml
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="lazutils">
|
||||
<!--
|
||||
====================================================================
|
||||
LazSysUtils
|
||||
====================================================================
|
||||
-->
|
||||
<module name="LazSysUtils">
|
||||
<short></short>
|
||||
<descr></descr>
|
||||
|
||||
<element name="SysUtils"/>
|
||||
|
||||
<element name="NowUTC">
|
||||
<short>Gets the current date and time in UTC (Coordinated Universal Time)</short>
|
||||
<descr></descr>
|
||||
<seealso></seealso>
|
||||
</element>
|
||||
|
||||
<element name="NowUTC.Result">
|
||||
<short>Date/Time value in UTC</short>
|
||||
</element>
|
||||
|
||||
<element name="GetTickCount64" link="#rtl.SysUtils.GetTickCount64">
|
||||
<short>
|
||||
Gets the number of Milliseconds elapsed since the computer was started
|
||||
</short>
|
||||
<descr></descr>
|
||||
<seealso></seealso>
|
||||
</element>
|
||||
|
||||
<element name="GetTickCount64.Result">
|
||||
<short>Number of ticks (Milliseconds)</short>
|
||||
</element>
|
||||
|
||||
</module>
|
||||
<!-- LazSysUtils -->
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
||||
Loading…
Reference in New Issue
Block a user