Vcl.StdCtrls.TCustomListBox.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemIndex(const Value: Integer); override;

C++

virtual void __fastcall SetItemIndex(const int Value)/* overload */;

Properties

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

Description

Gives focus to the item with a specified index.

SetItemIndex is the protected write implementation for the ItemIndex property. Value is the index of the item that should receive focus.

See Also