|
<< Click to Display Table of Contents >> Delphi Examples: DbiExit |
![]() ![]()
|
Exit BDE
You should not call dbiExit in a Delphi application if you have any of the "Data Access" or "Data Controls" VCL components in your project. Those components will automatically call dbiInit and dbiExit.
If you are not using VCL database controls and have called dbiInit yourself, then the following code properly deinitializes the engine:
Check(DbiExit);.