Vcl.StdCtrls.TCustomCombo.DeleteSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteSelected; override;

C++

virtual void __fastcall DeleteSelected();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Deletes the selected item from the drop-down list.

DeleteSelected deletes the item specified by the ItemIndex property from the drop-down list.

See Also