Data.DBXCommon.TDBXRow
Delphi
TDBXRow = class
C++
class PASCALIMPLEMENTATION TDBXRow : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
Represents a row in a database.
This class represents a row in a database. It provides a set of methods for manipulating database record data. It is extended by driver implementations. It is not used directly by applications.