System.WideString.Delete

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also