System.WideString.Insert

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

Inserts a specified string into the WideString.

Call Insert to inserts the string str into this WideString, beginning at the position index.

See Also