Programming with Reflection

image\rwnprg32.gif UserData property

 

Syntax

object.UserData
object.UserData = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) a string that stores information for the duration of the current Reflection session. Use this property in macros to set and return global values that you want to remain constant for throughout the current session. The value of this property is not saved when you save your settings file.

Values

The default value is "".

This string can be up to 32,766 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property