Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Delphi .NET Compatibility when using Create()

Delphi used the name Create() as its default class constructor method. CTSession, CTDatabase and CTTable classes each had Create() methods that conflicted with the Delphi default. An alternate Create() method was added to each of the above classes in the form of CTSession.CreateSession(), CTDatabase.CreateDatabase() and CTTable.CreateTable() to alleviate this discrepancy.

TOCIndex