Set the current command handler caption to a new value.
Syntax
SET_HANDLER_CAPTION(sCaption)
Parameters
Setting by Name:
|
Return Value
None.
Remarks
Using SET_HANDLER_CAPTION overrides the default command handler caption shown by the Framework. This function can be invoked at anytime in any script.
This function is available to be used in Windows and Web RAMP applications.
Examples
SET_HANDLER_CAPTION("New Command Handler Caption")