Data.DBXCommon.TDBXRow

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXRow

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.