IBX.IBBlob.TIBBlobStream.CheckWritable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckWritable;

C++

void __fastcall CheckWritable();

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 write-able.

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