Set the alternate name of a plugin parameter. For a PIO, this text is displayed on the Object Info Palette.
PROCEDURE vsoWidgetSetText(
widgetID : LONGINT;
text : STRING);def vs.vsoWidgetSetText(widgetID, text):
return None| Name | Type | Description |
|---|---|---|
| widgetID | LONGINT | |
| text | STRING |
Availability: from All Versions
This is drop-in function.