DictTable.new Method

Initializes a new instance of the Object class.

Syntax

public void new(TableId tableId)

Run On

Called

Parameters

Examples

The following example shows how to create an instance of the DictTable class.

DictTable dt; 
 
dt = new DictTable(tablenum(CustTable)); 
if (!dt) 
{ 
    // Take error action. 
}

See Also

Reference

DictTable Class