Data.Win.ADODB.TADOTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.Win.ADODB.TCustomADODataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTADOTable
[–] Properties
Type: class
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: Data.Win.ADODB

Delphi

TADOTable = class(TCustomADODataSet)

C++

class PASCALIMPLEMENTATION TADOTable : public TCustomADODataSet

Description

TADOTable is a dataset component that encapsulates a table accessed through an ADO data store.

Use TADOTable to access data in a single database table using ADO. TADOTable provides direct access to every record and field in an underlying database table. An ADO table component can also work with a subset of records within a database table using ranges and filters.

See Also