- 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 the 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 status bar or in the first cell of a multi-cell status bar is automatically erased when the user selects a control associated with a help message: the help message of this control will be displayed in the status 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…
|
|
|
|