|
<< Click to Display Table of Contents >> Delphi Examples: DbiOpenTable |
![]() ![]()
|
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;