IBX.IBServices.TIBControlAndQueryService.GetNextChunk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextChunk : String; overload;
function GetNextChunk(Bytes : PByte) : Integer; overload;

C++

System::UnicodeString __fastcall GetNextChunk()/* overload */;
int __fastcall GetNextChunk(System::PByte Bytes)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlAndQueryService

Description

Gets the next chunk of data.

Call GetNextChunk to get the next chunk of data.

Note: You must install InterBase 6 to use this feature.