[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTreeView.GetFirstMultiSelected

GetFirstMultiSelected - returns the first node from a multiple selection.

Declaration

Source position: comctrls.pp line 3710

public function TCustomTreeView.GetFirstMultiSelected: TTreeNode;

Function result

First tree node in a multi-selection.

Description

Uses the value from the internal member maintained in TTreeNodes. GetFirstMultiSelected is available when tvoAllowMultiSelect has been included in the Options for the control.