| TPixmapLoader: | Methods |
To create a new pixmap loader, you should extend TPixmapLoader and implement the LoadPixmap method.
To install your pixmap loader, simply create an instance of it using New.
| LoadPixmap | Load a pixmap |
| Method LoadPixmap:TPixmap( stream:TStream ) Abstract | |
| Description | Load a pixmap |
| Information | This method must be implemented by extending types. |