AutoIncrease

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

AutoIncrease

Gets or set a value indicating the list should Auto-Increase in size when Limit is reached

OutputVar := instance.AutoIncrease
instance.AutoIncrease := Value

Parameters

value

boolean value or instance of MfBool.

Gets

Gets value as var boolean indicating the list should Auto-Increase in size when Limit is reached

Sets

Sets value indicating the list should Auto-Increase in size when Limit is reached

Remarks

If AutoIncrease is true then Method Insert() and property Item will automatically increase  if needed when adding new values.

All values added by AutoIncrease will have an initial value of 0

Default value is false.