Field-Map Scripting

4.7.1 Create

Create constructor


Prototype:

constructor Create(const X_,Y_ :extended; const ID_ :integer);

Description:

Creates a point wrapper

Syntax:

pointWrapper.Create(X, Y, ID);


Part

Description


pointWrapper

A reference to an instance of a TPointWrapper


X



Y



ID





Return value:




See also:

Create; Free; ID; X; Y;ShiftAndRotate