Versions Compared

Key

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

...

NewItem(ItemPath, ItemType, Name: String): String

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
output(NewItem(itempath, 'Folder', 'Attachments'));

...