<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SET USER |
Description
Store a value in the user data area of a dialog.
Syntax
DIALOG SET USER hwnd, Index, UserValue
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
Index |
Number |
No |
Position: from 1 to 4. |
UserValue |
Number |
No |
The value to store. |
Remarks
Programmer can store for each dialog up to 4 32bit numeric values. Those values can be used to store any needed data.
Restrictions
See also
Examples