Constructor()

Namespace ›› System ›› MfListVar ›› Methods ››
Parent Previous Next

Constructor()

Initializes a new instance of the MfListVar class.

OutputVar := new MfListVar([Size, Default, IgnoreCase])

Constructor([Size, Default, IgnoreCase])

Initializes a new instance of the MfListVar class.

Size

Optional. The initial number of elements to add to the instance.
Default value is 0

Default

Optional, the default value of elements added by if size is greater then zero.
Default value is 0

IgnoreCase

Boolean Value. If True then instance observes case; Otherwise case is ignored.

Remarks

Initializes a new instance of the MfListVar class.