Free procedure
Prototype: |
procedure Free; |
|
Description: |
Frees a line wrapper. |
|
Syntax: |
line.Free; |
|
Part |
Description |
|
line |
A reference to an instance of a TLineWrapper |
|
Return value: |
none |
|
Example:
var
line : TLineWrapper;
begin
//...
line.Free;
//...
end.
See also:
Create; Free; ID; AddPoint; PointX; PointY; Length; GetParallelLine; LoadFromPolygon
© 2024 IFER-Monitoring and Mapping Solutions