Gets or sets the element at the specified index as char
OutputVar := instance.Char[index]
instance.Char[index] := Value
index
The zero-based index of the char element to get or set.
Can be var integer or any type that matches IsIntegerNumber.
value
the char at the specified index
Gets element at the specified index.
Sets the element at the specified index
Throws MfArgumentOutOfRangeException if index is less then zero.
Throws MfArgumentOutOfRangeException if index is out of range of the number of elements in the list and AutoIncrease is false.