IBX.IBTable.TIBTable.TableNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableNames: TStrings read GetTableNames;

C++

__property System::Classes::TStrings* TableNames = {read=GetTableNames};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Returns a list of table names.

The TableNames property is an internal property used to display a list of the table and view names in the database.