WoAddStatus Procedure
Display a message in the status bar of a VDA Tool.
Usage
WoAddStatus, toolname, status_key
Input Parameters
toolname — (string) Specifies the unique name of the VDA Tool to which the status bar is attached.
status_key — A string used to identify a message in a string resource file.
Keywords
Status — Specifies a string containing a status message to display in the status bar.
Discussion
The WoBuildResourceFilename function is used to return the directory in which string resources are stored.
note | We recommend that you use the Status keyword only if absolutely necessary. In general, “hardcoding” messages with this keyword impedes your ability to internationalize your application. |
Example
For an example that uses WoAddStatus, see
WoStatus Function.
See Also
Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.