API:FireDAC.Phys.SQLiteWrapper.TSQLiteValue.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData(var AValue: Pointer; var ASize: Integer;  AByRef: Boolean = False; AExtDataType: TSQLiteExtDataType = etUnknown): Boolean;

C++

bool __fastcall GetData(void * &AValue, int &ASize, bool AByRef = false, TSQLiteExtDataType AExtDataType = (TSQLiteExtDataType)(0x0));

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.SQLiteWrapper.pas
FireDAC.Phys.SQLiteWrapper.hpp
FireDAC.Phys.SQLiteWrapper TSQLiteValue

Description

Embarcadero Technologies does not currently have any additional information.