IBX.IBBlob.TIBBlobStream.Finalize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Finalize;

C++

void __fastcall Finalize(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Creates a Blob on the InterBase server and writes the data from the BlobStream to it.

Finalize creates a Blob on the InterBase server and writes the data from the BlobStream to the Blob and then closes the Blob.