function Insert(Index: Integer; ItemClass: TLayerClass): TCustomLayer;
type TLayerClass = class of TCustomLayer;
Inserts a new layer at the specified position. Insert works similar to the Add method.
[See also]: Using Layers