Properties - GetPropertyName
Text:
API Call:Returns the name of the nth property in the propertylist.
Declaration:
GetPropertyName(ItemPath: String; Index: Integer): String;
Source Code:
Code Block | ||||
---|---|---|---|---|
| ||||
for ndx := 0 to GetPropertyCount(itempath) -1 do
output(GetPropertyName(itempath, ndx)); |