| TIB_DatasetState Type |
Unit
IB_Components
Declaration
TIB_DatasetState = ( dssInactive,
dssPrepared,
dssSearch,
dssBrowse,
dssEdit,
dssInsert,
dssDelete );Description
These status types are used to determine the state of the dataset.
I added an extra "s" in order to avoid a naming collision with the VCL so
that IB Objects can coexist with the VCL's data aware components and controls.