Versions Compared

Key

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

Items - ChildItem

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.

...

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

Source Code

...

Delphi

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

...