Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 524 Bytes

File metadata and controls

27 lines (20 loc) · 524 Bytes

vsoWidgetGetRecParam

Description

Returns the fieldname from the plugin-definition by a widget id. The opposite of vsoPrmName2WidgetID

FUNCTION vsoWidgetGetRecParam(widgetID : LONGINT): STRING;
def vs.vsoWidgetGetRecParam(widgetID):
    return STRING

Parameters

Name Type Description
widgetID LONGINT

Version

Availability: from All Versions

This is drop-in function.

Category