Provides an indexed array of all active datasets for a database component. Syntax: property DataSets[Index: Integer]: TMySQLDataSet; Description: Use DataSets to access active datasets associated with a database component. An active dataset is one that is currently open. See also: CloseDatasets, Example: DataSetCount,DataSets |