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.

Try in SPARQL Jump to: Statements Referenced by

Statements (59)

Predicate Object
instanceOf Delphi class
VCL class
abstract base class
definedIn Delphi VCL NERFINISHED
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 NERFINISHED
CanModify
EOF
FieldDefs
Fields
Filter
Filtered
RecNo
RecordCount
State
interactsWith TDataSource
data-aware controls such as TDBGrid
isSuperclassOf TADODataSet NERFINISHED
TClientDataSet NERFINISHED
TFDMemTable NERFINISHED
TIBDataSet NERFINISHED
TQuery NERFINISHED
TTable
language Object Pascal NERFINISHED
partOf Delphi runtime library (RTL/VCL) NERFINISHED
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

Referenced by (1)

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

TTable inheritsFrom TDataSet