TdxCustomShellListView.SelectedFilePaths Property
In This Article
Returns a list of paths to shell items selected in the Shell List View control.
#Declaration
Delphi
property SelectedFilePaths: TStrings read;
#Property Value
Type | Description |
---|---|
TStrings | The paths to selected shell items. |
See Also