ShellBrowser Delphi Components Documentation
|
Add a certaing range of a given string list to this list.
procedure AddRange(pSource: TStrings; pFromIndex: Integer = 0; pToIndex: Integer = -1);
Parameters |
Description |
pSource: TStrings |
The list from which the paths should be copied. |
pFromIndex: Integer = 0 |
Optional. The index from which vlaues should be copied from the source list. Default: 0 |
pToIndex: Integer = -1 |
Optional. The index from which vlaues should be copied from the source list. Default: up to the end of the list |