IVZStringArray

Assembly: Visualizators;

Description

The IVZStringArray interface is used to work with array of string variables.

Inheritance Hierarchy

          IVZStringArray

Comments

To work with array of real numbers with binary precision, use the IVZDoubleArray interface.

Properties

  Property name Brief description
Count

The Count property returns the size of array.
Item

The Item property determines array element by its index and returns its key.

Methods

  Method name Brief description
Add

The Add method adds a new element to array.
Clear

The Clear method deletes all array elements.
InsertAt

The InsertAt method adds a new element to array by the selected index.
Remove

The Remove method removes an array element by the selected index.

See also:

Visualizators Assembly Interfaces