Inserts a string into the list at the specified position, and associates it with an object.
|
Parameters |
Description |
|
Index: Integer |
The position in the list at which the path should be added. |
|
const S: String |
The path that should be addeded. |
|
AObject: TObject |
The object with that the path that should be associated. |