ArrayName

Declaration:T2DArrayStack.ArrayName [ix: integer]: string;
The array property ArrayName provides access to the name of a stored array. The parameter ix is the index into the stack and can be obtained by the function FindByName (valid range: 1..NumEntries). If ix is invalid the call to ArrayName is ignored on write or returns an empty string on read.