Data.DBXCommon.TDBXValue.GetAsDBXReader
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
function GetAsDBXReader: TDBXReader; virtual;
C++
virtual TDBXReader* __fastcall GetAsDBXReader();
Description
Applies a conversion to TDBXReader, if needed.
If there is no supported conversion to this type, an exception is raised.