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