TABSBlobStream.Truncate
TABSBlobStream
Top 


Discards all data in the BLOB field from the current position up to the end.

procedure Truncate;

Description
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.

Note:   Do not call Truncate when the TABSBlobStream was created in bmRead mode.