DocGetUserDataΒΆ
DocGetUserData returns the UniScript object that was linked to the document with DocSetUserData
- objUserData = DocGetUserData(hDoc)
Return Value
objUserData is the UniScript object, see obj_create.
Parameters
- hDoc
Identifies the document.
Example
See DocGetUserData.
History
Version |
Description |
---|---|
5.20 |
New. |
id-694261