...
GetPropertyName(ItemPath: String; Index: Integer): String;
Source Code:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
for ndx := 0 to GetPropertyCount(itempath) -1 do output(GetPropertyName(itempath, ndx)); |
...
GetPropertyName(ItemPath: String; Index: Integer): String;
Source Code:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
for ndx := 0 to GetPropertyCount(itempath) -1 do output(GetPropertyName(itempath, ndx)); |