ImageEn, unit iexDBBitmaps

TIEDBBitmap.LoadImage

TIEDBBitmap.LoadImage


Declaration

function LoadImage(): boolean;


Description

Loads the image at the current database position into the bitmap (if it has changed). If you have enabled AutoLoad then you do not need to call LoadImage.
Returns False on failure.

Note:
 This will only work if you have set DataSource and ImageBlobField (images stored in database table) or FilenameField (images stored locally and referenced by the database table).
 This is the same as calling Read() except that loading is skipped if content has not changed


See Also

 AutoLoad
 Read