Data.DBXDBReaders.TDBXParamsReader.ToParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXParamsReader

Delphi

class function ToParams(AOwner: TPersistent; Reader: TDBXReader;
AOwnsInstance: Boolean): TParams; static;

C++

static Data::Db::TParams* __fastcall ToParams(System::Classes::TPersistent* AOwner, Data::Dbxcommon::TDBXReader* Reader, bool AOwnsInstance);

Description

Copies contents of current TDBXReader row into new TParams.

ToParams copies the contents of the current TDBXReader row into a new TParams instance. The new TParams instance is constructed with the AOwner argument instance as its owner.

See Also