LoadFromFile - Reads a picture from disk.
Source position: graphics.pp line 917
public procedure TPicture.LoadFromFile( |
const Filename: string |
); |
Filename |
|
The name of the file containing the picture, stored as a string. |
LoadFromFile - Reads a picture from disk. The TGraphic class created is determined by the file extension of the file.
If the file extension is not recognized, an exception is raised.
| Version 4.4 | Generated 2025-11-08 | Home |