|
|
|
|
|
- Characteristics of the message
- Generated error
- Message and MDI child window
Message (Function) In french: Message Displays or removes a message from the status bar of the current window or browser. Remark: The window or browser window must have a status Bar.
Message("Processing...") MyProcess() // Procedure used to perform the requested process Message("Ready")
Syntax
Displaying or erasing a message in the status bar Hide the details
Message([<Text>])
<Text>: Optional character string Text to display (up to 127 characters). If this parameter is not specified, the message previously displayed in the status bar is erased.
Remarks Characteristics of the message The message is aligned to the left. The text displayed in the single message bar or in the first box of a multi-box message bar is automatically erased when the user selects a field associated with a help message: the help message for this field will be displayed in the message bar. A WLanguage error occurs if Message is called from a process of the "Project code" (initialization of the project, closing the project or closing a session).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|