| TIBODataset Object
|
Unit
IBDataset
Declaration
TIBODataset = class(TDataset)
Description
This is the base class of IBO's implementation of the TDataset class. This
is essentially a wrapper around a specialized TIB_Query component used to
provide the TDataset with all needful functionality.
The properties, methods and events of this class are either VCL compatible or
they reflect the behavior of the underlying native IBO dataset. As a result,
most all the informative help will be found associated to these other sources.