Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Set Window Caption)

Mnemonic: (Set Window Caption=caption$,flag)
Discussion: This mnemonic sets the window caption.

The flag parameter may contain the following values:

0 = Show specified caption as is (Main view or selected window)
1 = Include standard caption (Comet TXX) with specified caption (Main view only)
2 = Use default specified in COSW.INI ([Comet] IncludeStdCaption) (Main view only)

History: This mnemonic was added in REL Version 02.04.
Example:
Print (Set Window Caption = "This is the caption",0)