Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 526 Bytes

File metadata and controls

27 lines (21 loc) · 526 Bytes

DBDocGetTables

Description

Returns a string representing a ';' delimited list of the tables in the specified database.

FUNCTION DBDocGetTables(
				database      : STRING;
				VAR outTables : DYNARRAY[] of CHAR): BOOLEAN;
def vs.DBDocGetTables(database):
    return (BOOLEAN, outTables)

Parameters

Name Type Description
database STRING
outTables DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2011

Category