Remove the last string of the list and return it.
Source position: classesh.inc line 1040
public function TStrings.Pop: string; |
Pop returns the last list in the string and removes it from the list. If there are no strings (i.e. Count equals zero), an empty string is returned.
|
Add a string to the list. |
|
|
Return and remove the first string in the list. |
|
|
Return a subrange of strings starting at a given index. |