Bde.DBTables.TDBDataSet.DBFlags

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDBDataSet

Delphi

property DBFlags: TDBFlags read FDBFlags;

C++

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

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