Free procedure
Prototype: |
procedure Free; |
||||
Description: |
Release memory used by this pointwrapper instance |
||||
Syntax: |
pointWrapper.Free;
|
||||
Return value: |
none |
Example:
var
p : TPointWrapper;
begin
//...
p.Free;
//...
end.
See also:
© 2024 IFER-Monitoring and Mapping Solutions