Data.DBXCommon.TDBXValue.AsDBXReader

From RAD Studio API Documentation

Delphi

property AsDBXReader: TDBXReader read GetAsDBXReader;

C++

__property TDBXReader* AsDBXReader = {read=GetAsDBXReader};

Properties

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

Description

AsDBXReader is the TDBXReader representation of this TDBXValue.

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

See Also