Set the current command handler caption to a new value.
SET_HANDLER_CAPTION(sCaption)
Setting by Name:
sCaption | Required. String that contains the new caption for the current command handler. |
None.
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.
SET_HANDLER_CAPTION("New Command Handler Caption")