Field-Map Scripting

4.7.2 Free

Free procedure


Prototype:

procedure Free;

Description:

Release memory used by this pointwrapper instance

Syntax:

pointWrapper.Free;

Part

Description

pointWrapper

A reference to an instance of a TPointWrapper

Return value:

none



Example:


var

 p : TPointWrapper;


begin

 //...

 p.Free;

 //...

end.



See also:

Create; Free; ID; X; Y;ShiftAndRotate