API: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

Embarcadero Technologies does not currently have any additional information.