Vcl.ValEdit.TValueListStrings.InsertItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InsertItem(Index: Integer; const S: string; AObject: TObject); override;

C++

virtual void __fastcall InsertItem(int Index, const System::UnicodeString S, System::TObject* AObject);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListStrings

Description

Insère un nouvel élément.

Utilisez InsertItem pour insérer un nouvel élément dans TValueListEditor. Le nouvel élément a la valeur nil affectée par défaut.

Voir aussi