Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 875 Bytes

File metadata and controls

36 lines (28 loc) · 875 Bytes

RunNamedDialog

Description

Displays the specified dialog with universal name and initiates the dialog event loop. The dialog event loop is specified in a procedure subroutine that is passed as a parameter to the function.

FUNCTION RunNamedDialog(
				dialogID : LONGINT;
				callback : PROCEDURE;
				univName : STRING): LONGINT;
def vs.RunNamedDialog(dialogID, callback, univName):
    return LONGINT

Parameters

Name Type Description
dialogID LONGINT The index of the dialog to be displayed
callback PROCEDURE The event loop subroutine for the dialog
univName STRING The universal name of the dialog

Remarks

[DWD 1/29/13]

See Also

VS Functions: RunLayoutDialog

Version

Availability: from Vectorworks 2014

Category