Datasnap.DSCommonServer.TDSVoidConnectionHandler.CreateDbxRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateDbxRow: TDBXStreamerRow; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSVoidConnectionHandler

Description

Creates and returns a DBX row.

The CreateDbxRow method creates and returns a DBX row.

See Also