Char

Namespace ›› System ›› MfCharList ›› Properties ››
Parent Previous Next

Char

Gets or sets the element at the specified index as char

OutputVar := instance.Char[index]
instance.Char[index] := Value

Parameters

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

Gets element at the specified index.

Sets

Sets the element at the specified index

Throws

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.