RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.Cancel Method

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

Pascal
procedure Cancel;
C++
__fastcall Cancel();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!