TCustomLayer is the base class for all layers. It does not perform any drawing itself. Instead it calls an OnPaint event. Applications must provide a handler for this event in order to paint the layer.
[See Also] Using Layers