Versions Compared

Key

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

...

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

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
for ndx := 0 to GetPropertyCount(itempath) -1 do
  output(GetPropertyName(itempath, ndx));

...