Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnsiString::deleteChars Method
Syntax
C++
int deleteChars(int deleteIndex, int count = 1);

Deletes the specified number characters from this String object. 

 

Parameters
Description
deleteIndex
[in] Deletion index.
count
[in] Number of characters to delete.

Returns the new length of this String object.

Copyright © 2002-2022. Open Design Alliance All rights reserved.