Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sections - DeletePoint

Deletes the point at position Index.

...

DeletePoint(ItemPath: String; Index: Integer);

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
DeletePoint(itempath, 1);

...