ChartDirector 7.1 (C++ Edition)

StringArray.StringArray


Usage

StringArray(const char * const *data, int len);

Description

The constructor of the StringArray class.

Arguments

ArgumentDefaultDescription
data(Mandatory)A pointer to the first element of the array.
len(Mandatory)The number of elements in the array.

Return Value

The StringArray object created.