Delphi Examples: DbiExit

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiExit

Return to chapter overview

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);.