Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
XmlNode.SetUserData (gb.xml)
Sub
SetUserData
(
Key
As
String
,
Value
As
Variant
)
Associate an object to a key on this node. The object can later be retrieved from this node by calling
GetUserData
with the same key.