Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomConnection.DataSetCount

Number of datasets connected to this connection.

Declaration

Source position: db.pas line 2249

public property TCustomConnection.DataSetCount : LongInt
  read GetDataSetCount;

Description

DatasetCount is the number of datasets connected to this connection component. The actual datasets are available through the Datasets array property. As implemented in TCustomConnection, this property is always zero. Descendent classes implement the actual count.

See also

TDataset

  

Base class for records-based data-access.

TCustomConnection.Datasets

  

Datasets linked to this connection.


Documentation generated on: Jul 24 2023