Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXReader
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
| Unit: Data.DBXDelegate | |
| Parent: TDBXDelegateWritableValue | |
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(); }
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.