|
|
|
|
|
- Characteristics of the message
- Generated error
- Message and MDI child window
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")
Sintaxis <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.
Observaciones 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).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|