System.WideString.Insert

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

C++

void Insert(const WideString& str, int index);

プロパティ

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

説明

Insert メソッドは,指定された文字列を WideString に挿入します。

Insert メソッドを呼び出すと,index の位置から始まる str の文字列を WideString に挿入できます。

関連項目