RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.DBFlags Property

Keeps track of the commands this dataset has active with the database.

Pascal
property DBFlags: TDBFlags;
C++
__property TDBFlags DBFlags;

Applications can't use this protected property. TDBDataSet uses this property internally to keep track of the statements it has active with the current database connection. When DBFlags is empty, the dataset is not using the database connection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!