mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
docs: update dragging related methods
git-svn-id: trunk@23390 -
This commit is contained in:
parent
09afd58849
commit
06bf6d9b20
File diff suppressed because it is too large
Load Diff
@ -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=<myfile.txt> parameter on the command line of the application. Then the output is written to <myfile.txt>
|
||||
</descr>
|
||||
<errors></errors>
|
||||
This can be overriden by passing the --debug-log=<myfile.txt> parameter on the command line of the application. Then the output is written to <myfile.txt> </descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
|
Loading…
Reference in New Issue
Block a user