Delphi Examples: DbiOpenTable

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiOpenTable

Return to chapter overview

Open a table:  

Delphi users should use the Open method associated with the TTable component rather than directly calling DbiOpenTable. This method is defined as:

 procedure Open;

The Open method opens the dataset, putting it in Browse state.

Table1.Open;