All Cadcorp SIS API Methods

TableNewWindow Method

Description

Creates or activates a view onto a named table, displaying columns within the table. The view is displayed in a table window.

Syntax

Visual Basic
Public Function TableNewWindow( _
   ByVal table As String _ 
) As Integer

Parameters

table
The named table to view.

Remarks

Available: D

Group:

Example

sis.TableNewWindow ("HouseData")

Displays a table window containing the information from the columns of the table HouseData.