Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/dictionary/property/dragData.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ The <dragData> is an <array> with one or more of the following
- private: An arbitrary application-defined string. This format will
only be visible within the same LiveCode process (i.e. when the
current application is acting as source and target for the current
drag-drop operation)
drag-drop operation). The private dragData array element holds binary
(single byte) data only. To place Unicode text in dragData["private"]
use <textEncoded> and <textDecode> as UTF-8. To place array data use
<arrayEncode> and <arrayDecode>

Description:
Use the <dragData> <property> to find out what is being dragged or to
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-22192.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Mention using textEncode/textDecode with the dragData["private"]