Data.DBXCommon.TDBXRow

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXRow = class
C++
class PASCALIMPLEMENTATION TDBXRow : public System::TObject
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.