Sections - DeletePoint
Deletes the point at position Index.
...
DeletePoint(ItemPath: String; Index: Integer);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeletePoint(itempath, 1); |
...
Deletes the point at position Index.
...
DeletePoint(ItemPath: String; Index: Integer);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
DeletePoint(itempath, 1); |
...