Declaration ​
pascal
TCustomLayer = class(TNotifiablePersistent)
TLayerClass = class of TCustomLayer;Description ​
TCustomLayer is the base class for all visual and interactive layers in Graphics32. It provides common layer options (LayerOptions), hit testing, visibility control, Z-ordering operations (BringToFront, SendToBack), coordinate transformations, and mouse/keyboard event delegates.