.

TITLED

Summary


"Titled" is used to display a title for a window.

Syntax

Titledclass [ With ] exp

Parameters

Element

Description

Restrictions

class

Identifier for the mask by its class

the mask must be open by Mask order.

expr

Alphanumeric expression giving the title

None

Examples

# declaration of a window

Local Inpbox "OTMD" From GFONCTION At A_STAMP With WINDPREV Mask [TMD1]
& Listbox [TMD_] GAU_CHE
& [F:TMD]MDL Titled TITSEL(1) ,
& [F:AXX]TEXTE Titled TITSEL(2)
& Listbox [TMD9] GAU_CHE9
& [F:TMD9]A_TAB1 Titled TITSEL9(1) ,
& [F:TMD9]A_TAB2 Titled TITSEL9(2)
& As [TMD1]
Titled [TMD1] TIT

Description and comments

"Titled" is used to display a title for a window.

This instruction must be placed between the Inpbox and Boxact.

Associated errors

Error

Description

 

 

Associated keywords

Inpbox - DLGbox - MESbox - Boxact


Summary


Copyright © Sage 1999 - 2007