ImageEn, unit iexDBBitmaps |
|
TIEDBBitmap.AutoLoad
Declaration
property AutoLoad: boolean;
Description
If True and the TIEDBBitmap is attached to a
TImageEnView then changes to the database table cursor will be reflected in the TImageEnView. In other words, navigating the table will change the selected image in the TImageEnView.
If
AutoLoad is false, you will need to call
LoadImage to refresh the image when the database cursor changes position.
Default: True