...
NewItem(ItemPath, ItemType, Name: String): String
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(NewItem(itempath, 'Folder', 'Attachments')); |
...
...
NewItem(ItemPath, ItemType, Name: String): String
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(NewItem(itempath, 'Folder', 'Attachments')); |
...