Declaration
property IOParams: TIOParams;
Description
IOParams allow you to set or get all file format parameters such as bits per pixel or type of compression.
Read-only
Table1.Edit;
ImageEnDBView1.IOParams.BMP_Compression := ioBMP_RLE;
Table1.Post;