IBX.IBBlob.TIBBlobStream.CheckReadable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckReadable;

C++

void __fastcall CheckReadable();

Properties

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

Description

Indicates whether or not a Blob is readable.

Call CheckReadable to determine whether or not a Blob is readable. This method raises an exception if the Blob is not readable.