Determines whether a value returned from the Borland Database Engine (BDE) represents an error condition.
procedure Check(Status: DBIResult);
Check(DBIResult Status);
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|