Vcl.CheckLst.TCheckListBox.DeleteString

From RAD Studio API Documentation

Delphi

procedure DeleteString(Index: Integer); override;

C++

DYNAMIC void __fastcall DeleteString(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Deletes a string from the list box. {{#multireplace:Vcl.CheckLst.TCheckListBox.DeleteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomListBox.DeleteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomListBox.DeleteString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Deletes a string from the list box.

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