convert 1.1 LayerInfo to 1.0 LayerInfo. Obsolete
Source position: layers.pas line 116
procedure ThinLayerInfo( |
Li: PLayer_Info |
); |
Li |
|
pointer to LayerInfo structure |
Obsolete
return the extra memory needed that was allocated with FattenLayerInfo. This is must be done prior to freeing the Layer_Info structure itself. V1.1 software should be using DisposeLayerInfo.
|
Return all memory for LayerInfo to memory pool |
|
|
convert 1.0 LayerInfo to 1.1 LayerInfo Obsolete |