Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 636 Bytes

File metadata and controls

37 lines (28 loc) · 636 Bytes

WebDlgEnableConsole

Description

Enable web dialog console logging file. File located at: <user folder>/Plug-ins/ChromiumEF/WebBrowser_Console_Output.txt

PROCEDURE WebDlgEnableConsole(enable : BOOLEAN);
def vs.WebDlgEnableConsole(enable):
    return None

Parameters

Name Type Description
enable BOOLEAN

Examples

WebDlgEnableConsole(TRUE);
import vs

# Enable web dialog console logging file.
enable = True

vs.WebDlgEnableConsole(enable)

Version

Availability: from Vectorworks 2019

Category