[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Selects the first node with text matching a value in the specified list.
Source position: comctrls.pp line 3723
public procedure TCustomTreeView.ApplyStoredSelection( |
ASelection: TStringList; |
FreeList: Boolean = True |
); |
ASelection |
|
TStringList with the text for nodes selected in the method. |
FreeList |
|
True if the TStringList instance is freed in the method. |