API:Vcl.CheckLst.TCheckListBox.DeleteString

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.CheckLst.TCheckListBox.DeleteString inherits from Vcl.StdCtrls.TCustomListBox.DeleteString. All content below this line refers to Vcl.StdCtrls.TCustomListBox.DeleteString.

Deletes a string from the list box.

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