System.WideString.Insert

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public wstring.h System WideString

Description

Insert insère la chaîne spécifiée dans le WideString.

Appelez Insert pour insérer la chaîne str dans une chaîne WideString en commençant à la position indiquée par index.

Voir aussi