MyChat Scripts: methods of the TStringList class
Methods of the TStringList class for working with strings.
adding a string to the list and get its index; |
|
adding a string at the end of the list; |
|
clear the list; |
|
create a list, class constructor; |
|
delete a string with a specified number from the list; |
|
swap two strings by index; |
|
delete a list from memory, class destructor; |
|
searching for string index in the list by exact match; |
|
insert a string to the list by position number; |
|
upload the string list from a text file; |
|
move a string to a position with a specified index; |
|
save a string list to a text file; |
|
sort the list in alphabetical order; |