Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXReader

From RAD Studio API Documentation

Delphi

function GetDBXReader(AInstanceOwner: Boolean): TDBXReader; override;

C++

virtual Data::Dbxcommon::TDBXReader* __fastcall GetDBXReader(bool AInstanceOwner)/* overload */;
inline Data::Dbxcommon::TDBXReader* __fastcall  GetDBXReader(void){ return Data::Dbxcommon::TDBXValue::GetDBXReader(); }

Properties

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

Description

Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXReader|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetDBXReader|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetDBXReader|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable.

GetDBXReader gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable. This method throws a TDBXError exception if TDBXValue.IsNull is true.

See Also