Navigation: thinBasic Modules > UI (User Interface) > DIALOGSs > DIALOG GET USER |
|
Description
Returns a value in the user data area of a dialog.
Syntax
DIALOG GET USER hwnd, Index TO VarUser
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
Index |
Number |
No |
Position: from 1 to 4. |
VarUser |
Variable |
No |
A single existing variable name that will receive the user value. |
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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |