API:Data.DBXCommonTable.TDBXNoOpRow

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXStreamerRowData.DBXCommon.TDBXRowSystem.TObjectTDBXNoOpRow

Delphi

TDBXNoOpRow = class(TDBXStreamerRow)

C++

class PASCALIMPLEMENTATION TDBXNoOpRow : public TDBXStreamerRow

Properties

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

Description

Represents a streamer row in a database. Do not use TDBXStreamerRow directly.

Data.DBXCommonTable.TDBXNoOpRow inherits from Data.DBXCommonTable.TDBXStreamerRow. All content below this line refers to Data.DBXCommonTable.TDBXStreamerRow.

Represents a streamer row in a database. Do not use TDBXStreamerRow directly.

The TDBXStreamerRow class represents a streamer row in a database. TDBXStreamerRow is used internally and should not be directly instantiated.

See Also