mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
* Docs: harmonize spelling; brief description of utf8process
git-svn-id: trunk@46603 -
This commit is contained in:
parent
00fc7489c9
commit
cb34b4b12a
@ -1162,8 +1162,8 @@ else
|
||||
<!-- function Visibility: default -->
|
||||
<element name="CopyFile">
|
||||
<short>
|
||||
<var>CopyFile</var> - copies Source file to Destination file, optionally preserving the time stamp of the original file</short>
|
||||
<errors>An exception is raised if the Copy process does not complete successfully or correctly</errors>
|
||||
<var>CopyFile</var> - copies Source file to Destination file, optionally preserving the timestamp of the original file</short>
|
||||
<errors>An exception is raised if the copy process does not complete successfully or correctly</errors>
|
||||
</element>
|
||||
<!-- function result Visibility: default -->
|
||||
<element name="CopyFile.Result">
|
||||
@ -1179,7 +1179,7 @@ else
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="CopyFile.PreserveTime">
|
||||
<short>If True, the time stamp of the original file is preserved in the copied file</short>
|
||||
<short>If True, the timestamp of the original file is preserved in the copied file</short>
|
||||
</element>
|
||||
<!-- function Visibility: default -->
|
||||
<element name="GetTempFilename">
|
||||
|
@ -9,13 +9,13 @@
|
||||
-->
|
||||
|
||||
<module name="UTF8Process">
|
||||
<short></short>
|
||||
<short>Version of FPC TProcess that allows UTF8 arguments</short>
|
||||
<descr>
|
||||
</descr>
|
||||
|
||||
<!-- class Visibility: default -->
|
||||
<element name="TProcessUTF8">
|
||||
<short></short>
|
||||
<short>Version of FPC TProcess that allows UTF8 arguments</short>
|
||||
<descr>
|
||||
</descr>
|
||||
<errors>
|
||||
|
Loading…
Reference in New Issue
Block a user