IBX.IBDatabase.TIBDatabase.SQLObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLObjects[Index: Integer]: TIBBase read GetSQLObject;

C++

__property TIBBase* SQLObjects[int Index] = {read=GetSQLObject};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Returns an SQL object.

Use the SQLObjects property to return an SQL object based on its numeric index.

SQL objects are usually defined as InterBase datasets, IBSQL, and Blobs.