Vcl.StdCtrls.TCustomListBox.GetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelected(Index: Integer): Boolean;

C++

bool __fastcall GetSelected(int Index);

Properties

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

Description

Indicates whether a particular item is selected.

GetSelected is the protected read implementation of the Selected property. It returns true if the item specified by Index is selected, false if it is not.