System.WideString.Delete

提供: RAD Studio API Documentation
移動先: 案内検索

C++

void Delete(int index, int count);

プロパティ

種類 可視性 ソース ユニット
function public wstring.h System WideString

説明

Delete メソッドは,WideString から部分文字列を削除します。

Delete は,WideString から count 個の文字(index の位置の文字で始まる)を削除します。

関連項目