void CPStrRemove(s1h, index);
Removes a Pascal string from a list of Pascal strings. If index is greater than or equal to the number of strings in the list, this function removes the last string. The function resizes the list after removing the string.
Name | Type | Description |
---|---|---|
s1h | CPStrHandle | Handle to a concatenated list of Pascal strings. |
index | int32 | Number of the string you want to remove, with 0 as the first string. |