API:Vcl.ValEdit.TValueListStrings.Delete
Delphi
procedure Delete(Index: Integer); override;
C++
virtual void __fastcall Delete(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListStrings |
Description
Removes the string specified by the Index parameter.
Vcl.ValEdit.TValueListStrings.Delete inherits from System.Classes.TStringList.Delete. All content below this line refers to System.Classes.TStringList.Delete.
Removes the string specified by the Index parameter.
Call Delete to remove a single string from the list. If an object is associated with the string, the reference to the object is removed as well. Index gives the position of the string, where 0 is the first string, 1 is the second string, and so on.