docs: update dragging related methods

git-svn-id: trunk@23390 -
This commit is contained in:
dodi 2010-01-06 10:17:06 +00:00
parent 09afd58849
commit 06bf6d9b20
2 changed files with 859 additions and 146 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
====================================================================
-->
<module name="LCLProc">
<short>Useful lower level helper functions and classes</short>
<short>Useful lower level helper functions and classes</short>
<descr/>
<!-- unresolved type reference Visibility: default -->
<element name="Classes">
@ -216,9 +216,9 @@
</element>
<!-- procedure Visibility: public -->
<element name="TMethodList.RemoveAllMethodsOfObject">
<short></short>
<descr></descr>
<errors></errors>
<short/>
<descr/>
<errors/>
<seealso/>
</element>
<!-- argument Visibility: default -->
@ -680,7 +680,7 @@
<short>Raises an exception.</short>
<descr>Normally, GDB does not catch fpc Exception objects, therefore this procedure raises a standard divide by zero exception which is catched by GDB.
</descr>
<errors></errors>
<errors/>
<seealso/>
</element>
<!-- argument Visibility: default -->
@ -689,14 +689,13 @@
</element>
<!-- procedure Visibility: default -->
<element name="DebugLn">
<short>Writes a string to the debug output.</short>
<descr>Writes a string to the debug output.
<short>Writes a line to the debug output.</short>
<descr>Various overloaded versions of this procedure allow for formatted output etc.
The default debug output is the console.
This can be overriden by passing the --debug-log=&lt;myfile.txt&gt; parameter on the command line of the application. Then the output is written to &lt;myfile.txt&gt;
</descr>
<errors></errors>
This can be overriden by passing the --debug-log=&lt;myfile.txt&gt; parameter on the command line of the application. Then the output is written to &lt;myfile.txt&gt; </descr>
<errors/>
<seealso/>
</element>
<!-- argument Visibility: default -->