Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 504 Bytes

File metadata and controls

27 lines (21 loc) · 504 Bytes

vsoWidgetPopupGetTxt

Description

For an OIP search popup widget, returns the text of an item specified by it's id.

FUNCTION vsoWidgetPopupGetTxt(
				widgetID : LONGINT;
				id       : STRING): STRING;
def vs.vsoWidgetPopupGetTxt(widgetID, id):
    return STRING

Parameters

Name Type Description
widgetID LONGINT
id STRING

Version

Availability: from Vectorworks 2020

Category