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.

Methods

LoadPixmapLoad a pixmap

Method reference

Method LoadPixmap:TPixmap( stream:TStream ) Abstract
DescriptionLoad a pixmap
InformationThis method must be implemented by extending types.