<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SET TEXT |
Description
Set the dialog caption (window title).
Syntax
DIALOG SET TEXT hwnd, sCaption
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
sCaption |
String |
No |
The new dialog caption text. String can be UTF8 string |
Remarks
Works with UFT-8 strings
Restrictions
See also
Examples