Icon Truncate Method

void __fastcall Truncate(void);

Usage

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

Information Do not call Truncate when the TDBISAMBlobStream was created in bmRead mode.
Image