Data.DBXMemoryRow.TDBXMemoryRow

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXRowSystem.TObjectTDBXMemoryRow

Delphi

TDBXMemoryRow = class(TDBXRow)

C++

class PASCALIMPLEMENTATION TDBXMemoryRow : public Data::Dbxcommon::TDBXRow

Properties

Type Visibility Source Unit Parent
class public
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow Data.DBXMemoryRow

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.

See Also