Closed fabioxgn closed 9 years ago
TStrings must me managed and adds unnecessary complexity to the library use, now you can use it like:
TStrings
SendMail(['recipient@example.com']...);
And if you have a TStrings you can use StringList.ToStringArray.
StringList.ToStringArray
:+1:
TStrings
must me managed and adds unnecessary complexity to the library use, now you can use it like:SendMail(['recipient@example.com']...);
And if you have a
TStrings
you can useStringList.ToStringArray
.