[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
LoadFromFile - Reads a picture from disk
Source position: graphics.pp line 920
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 generated
lazarus-ccr.sourceforge.net |