ChartDirector 7.1 (C++ Edition)
StringArray
.
StringArray
Usage
StringArray(const char * const *data, int len);
Description
The constructor of the StringArray class.
Arguments
Argument
Default
Description
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.
© 2023 Advanced Software Engineering Limited. All rights reserved.