Vcl.Outline.TCustomOutline.SelectedItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedItem: Longint read GetSelectedItem write SetSelectedItem;

C++

__property int SelectedItem = {read=GetSelectedItem, write=SetSelectedItem, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Specifies the index of the selected node.

Read SelectedItem to determine the Index of the selected node. If no node is selected, SelectedItem is 0. Set SelectedItem to set focus to a particular node in the outline.

See Also