Bde.DBTables.Check

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Check(Status: DBIResult);

C++

extern DELPHI_PACKAGE void __fastcall Check(System::Word Status);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Bde.DBTables.Check&oldid=712531"