Allocate and Initialize full Layer_Info structure.
Source position: layers.pas line 110
function NewLayerInfo: pLayer_Info; |
pointer to PLayer_Info structure if successful nil if not enough memory
Allocate memory required for full PLayer_Info structure. Initialize PLayer_Info structure in preparation to use other layer operations on this list of layers. Make the PLayer_Info unlocked (open).