Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXReader(const Value: TDBXReader;
const AInstanceOwner: Boolean); overload; override;

C++

virtual void __fastcall SetDBXReader(Data::Dbxcommon::TDBXReader* const Value, const bool AInstanceOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Set TDBXReader value for TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.

Data.DBXDelegate.TDBXDelegateWritableValue.SetDBXReader inherits from Data.DBXCommon.TDBXWritableValue.SetDBXReader. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetDBXReader.

Set TDBXReader value for TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.

SetDBXReader sets the TDBXReader value for a TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.

AInstanceOwner defaults to true if this parameter is not specified. If AInstanceOwner is true, this instance of TDBXWritableValue takes care of freeing the TDBXReader instance when it is no longer needed.

If MaxRows is unspecified or less than 0, all rows are used. Otherwise MaxRows are used.

See Also