mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 05:43:40 +02:00

* Removes whitespace used to indent content. * Wraps text at 80 characters and adds EOL for wrapped lines.
54 lines
1.2 KiB
XML
54 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<fpdoc-descriptions>
|
|
<package name="lazutils">
|
|
|
|
<!--
|
|
====================================================================
|
|
LazPasReadUtil
|
|
====================================================================
|
|
-->
|
|
|
|
<module name="LazPasReadUtil">
|
|
<short>Helper functions for component serialized Pascal.</short>
|
|
<descr>
|
|
<p>
|
|
Helper functions for component serialized Pascal.
|
|
</p>
|
|
<p>
|
|
This file is part of the <file>lazutils</file> package.
|
|
</p>
|
|
</descr>
|
|
|
|
<!-- uses unit Visibility: default -->
|
|
<element name="Classes">
|
|
<short/>
|
|
</element>
|
|
|
|
<!-- procedure Visibility: default -->
|
|
<element name="ExecCustomCSP">
|
|
<short>Call Instance.DefineProperties with a list of properties.</short>
|
|
<descr><p>Call Instance.DefineProperties with a list of properties in
|
|
TBinaryObjectWriter format. This function is used by the auto generated
|
|
Pascal of TCompWriterPas for custom DefineProperties.</p>
|
|
</descr>
|
|
<errors>
|
|
</errors>
|
|
<seealso>
|
|
</seealso>
|
|
</element>
|
|
|
|
<!-- argument Visibility: default -->
|
|
<element name="ExecCustomCSP.Instance">
|
|
<short/>
|
|
</element>
|
|
|
|
<!-- argument Visibility: default -->
|
|
<element name="ExecCustomCSP.Data">
|
|
<short/>
|
|
</element>
|
|
|
|
</module> <!-- LazPasReadUtil -->
|
|
|
|
</package>
|
|
</fpdoc-descriptions>
|