TDataSet

E1014702

TDataSet is a fundamental Delphi/VCL class that provides an abstract interface and core functionality for working with tabular data in database applications.

All labels observed (1)

Label Occurrences
TDataSet canonical 5

How this entity was disambiguated

Statements (59)

Predicate Object
instanceOf Delphi class ⓘ
VCL class ⓘ
abstract base class ⓘ
definedIn Delphi VCL ⓘ
designedFor tabular data access abstraction ⓘ
hasEvent AfterDelete ⓘ
AfterOpen ⓘ
AfterPost ⓘ
BeforeDelete ⓘ
BeforeOpen ⓘ
BeforePost ⓘ
OnCalcFields ⓘ
hasMethod Append ⓘ
ApplyUpdates ⓘ
Cancel ⓘ
Close ⓘ
Delete ⓘ
Edit ⓘ
First ⓘ
Insert ⓘ
Last ⓘ
Locate ⓘ
Lookup ⓘ
Next ⓘ
Open ⓘ
Post ⓘ
Prior ⓘ
hasProperty Active ⓘ
BOF ⓘ
CanModify ⓘ
EOF ⓘ
FieldDefs ⓘ
Fields ⓘ
Filter ⓘ
Filtered ⓘ
RecNo ⓘ
RecordCount ⓘ
State ⓘ
interactsWith TDataSource ⓘ
data-aware controls such as TDBGrid ⓘ
isSuperclassOf TADODataSet ⓘ
TClientDataSet ⓘ
TFDMemTable ⓘ
TIBDataSet ⓘ
TQuery ⓘ
TTable ⓘ
language Object Pascal ⓘ
partOf Delphi runtime library (RTL/VCL) ⓘ
provides abstract interface for tabular data ⓘ
core functionality for working with datasets ⓘ
supports bookmarking records ⓘ
data-aware controls ⓘ
deleting records ⓘ
editing of records ⓘ
filtering records ⓘ
inserting records ⓘ
locating records ⓘ
navigation of records ⓘ
usedIn Delphi database applications ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

TTable → inheritsFrom → TDataSet ⓘ
TClientDataSet → hasAncestor → TDataSet ⓘ
TADOQuery → inheritsFrom → TDataSet ⓘ
TDBEdit → requires → TDataSet ⓘ
Windows VCL → hasComponent → TDataSet ⓘ