API:Data.DBXCommon.TDBXWritableValue.AsDBXReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDBXReader: TDBXReader read GetAsDBXReader write SetAsDBXReader;

C++

__property TDBXReader* AsDBXReader = {read=GetAsDBXReader, write=SetAsDBXReader};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

AsDBXReader is the TDBXReader representation of this TDBXValue.

Data.DBXCommon.TDBXWritableValue.AsDBXReader inherits from Data.DBXCommon.TDBXValue.AsDBXReader. All content below this line refers to Data.DBXCommon.TDBXValue.AsDBXReader.

AsDBXReader is the TDBXReader representation of this TDBXValue.

If there is no supported conversion to this type, an exception is raised.

See Also