Vcl.ComCtrls.TComboBoxExStrings.Insert

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Insert(Index: Integer; const S: String); override;

C++

virtual void __fastcall Insert(int Index, const System::UnicodeString S);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Beschreibung

Fügt an einer bestimmten Position ein neues Element ein.

Mit Insert können Sie ein neues Element in die Kollektion an einer bestimmten Position einfügen. Der Index 0 bezeichnet die erste Position, 1 die zweite usw. Insert instantiiert ein Element mit der angegebenen Beschriftung.

Siehe auch