Data.DBXMemoryRow.TDBXMemoryRow
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: Data.DBXMemoryRow | |
Delphi
TDBXMemoryRow = class(TDBXRow)
C++
class PASCALIMPLEMENTATION TDBXMemoryRow : public Data::Dbxcommon::TDBXRow
Description
Represents a row in an in-memory database-independent dataset.
The TDBXMemoryRow class represents a row in an in-memory database-independent dataset. It provides a set of methods for manipulating database record data. The methods in the TDBXMemoryRow class override the methods in the TDBXRow class to provide functionality for data manipulation.