FireDAC.Phys.ODBCWrapper.TODBCVariable.DumpValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DumpValue(AIndex: SQLULen; var ASize: SQLLen): String; overload;
function DumpValue(AIndex: SQLULen): String; overload;

C++

System::UnicodeString __fastcall DumpValue(int AIndex, int &ASize)/* overload */;
System::UnicodeString __fastcall DumpValue(int AIndex)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper TODBCVariable

Description

Embarcadero Technologies does not currently have any additional information.