Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual Data::Dbxcommon::TDBXReader* __fastcall GetDBXReader(bool AInstanceOwner)/* overload */;
inline Data::Dbxcommon::TDBXReader* __fastcall  GetDBXReader(){ 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.

Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXReader inherits from Data.DBXCommon.TDBXValue.GetDBXReader. All content below this line refers to Data.DBXCommon.TDBXValue.GetDBXReader.

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