[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TCustomConnection.DataSetCount

Number of datasets connected to this connection

Declaration

Source position: db.pas line 1603

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.