Insert

Graphics32

TLayerCollection.Insert

function Insert(Index: Integer; ItemClass: TLayerClass): TCustomLayer;

type TLayerClass = class of TCustomLayer;

Description

Inserts a new layer at the specified position. Insert works similar to the Add method.

See Also

Add, TCustomLayer, Using Layers