Return and remove the first string in the list.
Source position: classesh.inc line 1050
public function TStrings.Shift: string; |
Shift returns the first string in the list and removes it from the list, causing all values to shift one position. If there are no strings in the list, an empty value is returned.
|
Return a subrange of strings starting at a given index. |
|
|
Remove the last string of the list and return it. |
|
|
Delete a string from the list. |
|
|
Insert a string in the list. |