Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The VZStringArray class implements an object used to work with array of string variables.
To work with array of real numbers with binary precision, use the VZDoubleArray class.
Class to get analog of the VZStringArray class:
None;
Class to get analog of the VZStringArray class object:
VZStringArrayClass;
Property name | Brief description | |
The Count property returns the size of array. | ||
The Item property determines array element by its index and returns its key. |
Method name | Brief description | |
The Add method adds a new element to array. | ||
The Clear method deletes all array elements. | ||
The InsertAt method adds a new element to array by the selected index. | ||
The Remove method removes an array element by the selected index. |
See also: