Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Public properties

TableCount

property TableCount() : Integer;

Number of tables in the database.

Tables

property Tables() : TStringList;

List of tables that belong to the database. This is a read only property and the list only becomes populated after a database connection is established.

TOCIndex