[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |