Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 710 Bytes

File metadata and controls

34 lines (26 loc) · 710 Bytes

vsoPrmName2WidgetID

Description

Retrieves the widget id of a field from the plugin-definition by name. The opposite of [[VS:vsoWidgetGetRecParam|vsoWidgetGetRecParam]]

FUNCTION vsoPrmName2WidgetID(
				recName         : STRING;
				paramName       : STRING;
				VAR outWidgetID : LONGINT): BOOLEAN;
def vs.vsoPrmName2WidgetID(recName, paramName):
    return (BOOLEAN, outWidgetID)

Parameters

Name Type Description
recName STRING
paramName STRING
outWidgetID LONGINT

Remarks

For this function to work, you need to use an empty string for the record name.

Version

Availability: from Vectorworks 2011

Category

  • Object Events