procedure LoadFromFile(const FileName: string);

Description

Loads an image from a file. This method uses a temporal TPicture object to load data and will succeed with any format supported by TPicture.

[See also]: LoadFromStream, SaveToFile, ImgView and Layers Example