Versions Compared

Key

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

Items - ChildItem

Text:

API Call:Returns the full path of the child item at position Index in the list.
If the child item does not exist an empty string is returned.

Declaration: 

ChildItem(ItemPath: String; Index: Integer): String;

Source Code:

Code Block
linenumberstrue
collapsetrue
output(ChildItem(itempath, 1));