<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG GET TEXT |
Description
Returns the dialog caption (title).
Syntax
DIALOG GET TEXT hwnd TO strCaption
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
strCaption |
Variable |
No |
A string variable name that will receive the dialog caption. |
Remarks
UTF-8 compatible
Restrictions
See also
Examples