| ImageEn, unit iexDBBitmaps |
|
TIEDBMultiBitmap.FollowDBCursor
Declaration
property FollowDBCursor: 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.
Note: This option only applies when
Mode = dmAllRecords
Default: False (the position of the database table cursor is ignored)
Example
// Maintain positioning with the database
IEDBBitmap1.FollowDBCursor := True;
See Also
◼Mode