LoadDatabase method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int LoadDatabase(AnsiString FileName);

Delphi Syntax

Function LoadDatabase(FileName: String): Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Call this method to load items from a previously saved database (multi-page TIFF file).

The text for each item will be read from the CMNT_SZNAMEOFPAGE comment.

See Also

Elements:

SaveToFile method, SaveDatabase method, LoadFromFile method

Topics:

Raster Images: Displaying Images