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

TCustomTreeView.ApplyStoredSelection

Selects the first node with text matching a value in the specified list.

Declaration

Source position: comctrls.pp line 3694

public procedure TCustomTreeView.ApplyStoredSelection(

  ASelection: TStringList;

  FreeList: Boolean = True

);

Arguments

ASelection

  

TStringList with the text for nodes selected in the method.

FreeList

  

True if the TStringList instance is freed in the method.