Bde.DBTables.TDBDataSet.DBFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBFlags: TDBFlags read FDBFlags;

C++

__property TDBFlags DBFlags = {read=FDBFlags, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBDataSet

Description

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

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.

See Also