Item

Namespace ›› System ›› MfByteList ›› Properties ››
Parent Previous Next

Item

Gets or sets the element as char code integer at the specified index.
Overrides MfListBase.Item

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

Parameters

index

The zero-based index of the element to get or set.
Can be var integer or any type that matches IsIntegerNumber.

value

The value of the item at the specified index.
Can be var integer or any type that matches IsIntegerNumber.

Gets

Gets element as char code integer at the specified index.

Sets

Sets the element as char code integer 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.
Throws MfArgumentOutOfRangeException if value is less then 0 or Greater then 255.