RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.Truncate Method

Discards all data in the Blob field from the current position on.

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

Use Truncate to limit the size of the Blob data. Calling Truncate when the current position is 0 will clear the contents of the Blob field. 

Do not call Truncate when the TIBBlobStream was created in bmRead mode. 

 

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