PA_Dial4DSetUserData

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DSetUserData (dialog; userData)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
userDatavoid*User data associated with the dialog

Description

The routine PA_Dial4DSetUserData stores a long integer associated with this dialog. It is the equivalent of the SetWRefCon command on a window. This may be useful if you open several dialogs in different processes and want to have an unique identifier for them, or in associating data with the dialog.

See Also

PA_Dial4DGetUserData.

Error Handling

None.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next