DataChanged property (Main Control)
Builder Syntax |
bool DataChanged |
Delphi Syntax |
DataChanged: Boolean |
Overview |
Refer to Using a Data Source. |
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
Topics: |