Data.DBXCommon.TDBXWritableValue.AsDBXReader
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
property AsDBXReader: TDBXReader read GetAsDBXReader write SetAsDBXReader;
C++
__property TDBXReader* AsDBXReader = {read=GetAsDBXReader, write=SetAsDBXReader};
Description
TDBXReader representation of this TDBXWritableValue.
If there is no supported conversion to this type, an exception is raised.