Set a range of strings in the list to the specified value.
Source position: classesh.inc line 1016
public procedure TStrings.Fill( |
const aValue: string; |
aStart: Integer; |
aEnd: Integer |
); |
Fill sets the strings with indexes in the range aStart..aEnd to aValue. if the aStart..aEnd are outside the valid range of indexes for the list, their values are adapted to fit the range. (0 to Count-1)
|
Number of strings in the list. |
|
|
Indexed access to the strings in the list. |