Available in the LEADTOOLS Imaging toolkit. |
DataChanged property (Main Control)
Visual Basic
example
Other systems
Syntax BOOL DataChanged
Overview: Refer to Using a Visual Basic Data Control.
Remarks
Indicates whether the bitmap is current with the database field.
Use this property when the Main Control is bound to a data control using the DataSource and DataField properties.
Setting |
Description |
TRUE |
The bitmap in the control is not the same as in the current record. |
FALSE |
The bitmap in the control, if any, is the same as the data in the current record. |
See Also