Statements property |
Applies to
TIB_Connection
Declaration
Property Statements[index:integer] : TIB_Statement;
Description
Returns a statement by index of all associated statements for the
connection.
Keep in mind that the TIB_Dataset class is a decendant of the TIB_Statement
class and that they will all show up in this array together.
Keep in mind that the TIB_BDataset class maintains two internal cursors that
will show up as additional statements in this array.
Also, if you are using the TDataset based components only the internal cursors
of these components will show up in this index of statements. I don't have a
way to get an index of just TDataset based components yet.