Vcl.StdCtrls.TCustomListBox.DeleteString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteString(Index: Integer); dynamic;

C++

DYNAMIC void __fastcall DeleteString(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Deletes a string from the list box.

DeleteString deletes the string, specified by the Index parameter, from the list box control.