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