mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 02:23:40 +02:00
66 lines
1.6 KiB
XML
66 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Documentation for LCL (Lazarus Component Library) and LazUtils (Lazarus
|
|
Utilities) are published under the Creative Commons Attribution-ShareAlike 4.0
|
|
International public license.
|
|
|
|
https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt
|
|
https://gitlab.com/freepascal.org/lazarus/lazarus/-/blob/main/docs/cc-by-sa-4-0.txt
|
|
|
|
Copyright (c) 1997-2025, by the Lazarus Development Team.
|
|
|
|
-->
|
|
<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>
|
|
<file>lazpasreadutil.pas</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>
|