[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
LoadFromFile - Read the graphic from the file system.
Source position: graphics.pp line 796
public procedure TGraphic.LoadFromFile( |
const Filename: String |
); virtual; |
Filename |
|
The name of the file containing the graphic, held as a string |
LoadFromFile - Read the graphic from the file system.
The old contents of the graphic are lost.
If the file is not of the right format, an exception will be generated.
Incorrect file format generates an exception
lazarus-ccr.sourceforge.net |