Win_SetTitle

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_SetTitle

 

Description

 

Change the caption title of a window.

 

Syntax

 

n = Win_SetTitle(hWnd, WinTitle)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window

WinTitle

String

No

Text to assign to window title

 

Remarks

 

Restrictions

 

See also

 

Examples