Pascal strings are automatically memory managed. C strings (pchar/pansichar/pwidechar) aren't.
Quote from: marcov on December 11, 2021, 07:09:37 pmPascal strings are automatically memory managed. C strings (pchar/pansichar/pwidechar) aren't. How I did not know that?