ImageEn, unit iexDBBitmaps |
|
TIEDBMultiBitmap.AutoLoad
Declaration
property AutoLoad: boolean;
Description
If True and the TIEDBMultiBitmap is attached to a
TImageEnMView then changes to the database table cursor will be reflected in the TImageEnMView. In other words, navigating the table will change the selected image in the TImageEnMView.
If
AutoLoad is false, you will need to call
LoadImage to refresh the image when the database cursor changes position.
Note: This option only applies when
Mode = dmRecordFrames
Default: True