Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Changing default properties

When a table component is created, the table properties are set to default values. Developers using the c-treeDB API may need to change the default value of the table properties to suit the design requirements of their applications.

The table property values should be changed after allocating the table handle, but before creating the table with CreateTable() method. The following table properties may be changed:

  • Table Name
  • Directory
  • Password
  • Group ID
  • Permission Mask

Please refer to “TCtTable Component” below for more information on the table properties.

TOCIndex