dbExpress Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index


This topic lists all controls from the Delphi dbExpress tool-palette.

Control Description

TSQLConnection

Data.SqlExpr.TSQLConnection

TSQLConnection encapsulates a dbExpress connection to a database server.

TSQLDataSet

Data.SqlExpr.TSQLDataSet

TSQLDataSet represents data retrieved using dbExpress.

TSQLQuery

Data.SqlExpr.TSQLQuery

TSQLQuery represents a query that is executed using dbExpress.

TSQLStoredProc

Data.SqlExpr.TSQLStoredProc

TSQLStoredProc represents a stored procedure that is executed using dbExpress.

TSQLTable

Data.SqlExpr.TSQLTable

TSQLTable represents a database table that is accessed using dbExpress.

TSqlServerMethod

Data.SqlExpr.TSqlServerMethod

Data.DB.TDataSet used to call DataSnap server methods.

TSQLMonitor

Data.SqlExpr.TSQLMonitor

TSQLMonitor intercepts messages that pass between an SQL connection component and a database server and saves them in a string list.

TSimpleDataSet

SimpleDS.TSimpleDataSet

TSimpleDataSet uses dbExpress to fetch data and cache it internally in memory.


See Also