mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 09:19:46 +02:00
lcl: clipbaord docs
git-svn-id: trunk@38574 -
This commit is contained in:
parent
6b12d3b4fc
commit
df21315edc
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0"?>
|
||||||
<fpdoc-descriptions>
|
<fpdoc-descriptions>
|
||||||
<package name="lcl">
|
<package name="lcl">
|
||||||
<!--
|
<!--
|
||||||
@ -414,10 +414,13 @@
|
|||||||
<short/>
|
<short/>
|
||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: public -->
|
<!-- function Visibility: public -->
|
||||||
<element name="TClipboard.AddFormat" link="#LCL.Clipbrd.TClipboard.AddFormat">
|
<element name="TClipboard.AddFormat">
|
||||||
<descr/>
|
<descr>If not already done this functions aquires ownership of the clipboard. Aquiring ownership clears the clipbaord.
|
||||||
|
If the format already exists it replaces the old content otherwise it is added.
|
||||||
|
The format CF_TEXT is handled by AsText and SetTextBuf. Use those functions instead.</descr>
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
|
<short>Aquires ownership of the Clipboard and adds a format</short>
|
||||||
</element>
|
</element>
|
||||||
<!-- function result Visibility: default -->
|
<!-- function result Visibility: default -->
|
||||||
<element name="TClipboard.AddFormat.Result">
|
<element name="TClipboard.AddFormat.Result">
|
||||||
@ -431,13 +434,6 @@
|
|||||||
<element name="TClipboard.AddFormat.Stream">
|
<element name="TClipboard.AddFormat.Stream">
|
||||||
<short/>
|
<short/>
|
||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: public -->
|
|
||||||
<element name="TClipboard.AddFormat">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- function result Visibility: default -->
|
<!-- function result Visibility: default -->
|
||||||
<element name="TClipboard.AddFormat.Result">
|
<element name="TClipboard.AddFormat.Result">
|
||||||
<short>True if format added correctly</short>
|
<short>True if format added correctly</short>
|
||||||
|
Loading…
Reference in New Issue
Block a user