|
. |
TITLED |
"Titled" is used to display a title for a window.
Titledclass [ With ] exp
|
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 |
# 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
"Titled" is used to display a title for a window.
This instruction must be placed between the Inpbox and Boxact.
|
Error |
Description |
|
|
|
|
|