DBTables.Check
From RAD Studio VCL Reference
Contents |
Delphi Information
From DBTables.pas
procedure Check(Status: Word);
Unit: DBTables
Type: procedure
Visibility: public
C++ Information
From DBTables.hpp
void __fastcall Check(unsigned short Status);
Unit: DBTables
Type: function
Description
Determines whether a value returned from the Borland Database Engine (BDE) represents an error condition.
Pass the return code from a direct BDE API call as the Status parameter when calling Check. Check determines whether Status indicates an error condition, and if so, calls DbiError to raise an exception.