IBX.IBServices.TIBControlAndQueryService.GetNextChunk

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlAndQueryService

説明

次のデータチャンクを取得します。

GetNextChunk メソッドを呼び出すと,次のデータチャンクを取得できます。

メモ:  この機能を使用するには,InterBase 6 をインストールする必要があります。