RAD Studio VCL Reference
|
TBDECallback is a wrapper for a Borland Database Engine (BDE) callback function.
TBDECallback = class;
class TBDECallback;
Use a TBDECallback object to register a callback function with the BDE. Callbacks allow an application to instruct the BDE to take specific actions in response to events that occur during a BDE function call.
For example, the TBatchMove object may encounter problems when executing the corresponding BDE batch operation. A callback function can respond to those problems by instructing the BDE to generate a problems table or to trim the data so that the operation succeeds.
To use a TBDECallback object, take the following steps:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|