System.WideString.Delete
C++
void Delete(int index, int count);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Deletes a substring from the WideString.
Delete removes count characters from the WideString, beginning with the character at position index.