ImageEn, unit dbimageen

TImageEnDBView.IOParams

TImageEnDBView.IOParams

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

Example

Table1.Edit;
ImageEnDBView1.IOParams.BMP_Compression := ioBMP_RLE;
Table1.Post;