Datasnap.DSCommonServer.TDSVoidConnectionHandler.CreateDbxRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSVoidConnectionHandler

Delphi

function CreateDbxRow: TDBXStreamerRow; override;

C++

virtual Data::Dbxcommontable::TDBXStreamerRow* __fastcall CreateDbxRow();

Description

Creates and returns a DBX row.

The CreateDbxRow method creates and returns a DBX row.

See Also