DataSaveBits property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int DataSaveBits

Delphi Syntax

DataSaveBits: Integer

Overview

Refer to Using a Data Source.

Remarks

(Persistent property, available at design time) Specifies the bits per pixel to use when adding or updating an image field in a database record.

Use this property when the Main Control is bound to a data control using the DataSource and DataField properties.

The format of the saved image, which is specified using the DataSaveFormat property, determines the valid bits per pixel. For valid values, refer to Formats of Output Files.

Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits.

See Also

Topics:

Databases: Data Binding