Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 87b738b

Browse files
author
livecodesam
authored
[Bugfix 22192] Add missing entries to references
Added references to counter issues with missing text.
1 parent 7483c6f commit 87b738b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dictionary/property/dragData.lcdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The <dragData> is an <array> with one or more of the following
4141
current application is acting as source and target for the current
4242
drag-drop operation). The private dragData array element holds binary
4343
(single byte) data only. To place Unicode text in dragData["private"]
44-
use <textEncoded> and <textDecode> as UTF-8. To place array data use
44+
use <textEncode> and <textDecode> as UTF-8. To place array data use
4545
<arrayEncode> and <arrayDecode>
4646

4747
Description:
@@ -87,7 +87,9 @@ sets the dragData["text"].
8787
>*Note:* From 7.0, the string in <dragData> ["text"] can also contain
8888
> the Unicode characters
8989

90-
References: property (glossary), handler (glossary), array (glossary),
90+
References: arrayDecode (function), arrayEncode (function),
91+
textDecode (function), textEncode (function),
92+
property (glossary), handler (glossary), array (glossary),
9193
list field (glossary), element (glossary), element (keyword),
9294
dragDrop (message), dragEnter (message), dragMove (message),
9395
mouseDown (message), dragLeave (message), message (glossary), dragStart (message),

0 commit comments

Comments
 (0)