IBX.IBBlob.TIBBlobStream.Cancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Cancel;

C++

void __fastcall Cancel();

Properties

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

Description

Cancels all changes to the BLOB field, reverting to its state when the Blob stream was created.

Call Cancel to back out all changes to the Blob field using this Blob stream. After a call to Cancel, the Modified property is reset to false.