there are two types of string in delphi. you can use pascal string types or PChar. the difference between the two is that PChar uses a pointer and it begin with s[0] and terminated with #0 character and when using this you have to worry about allocating memory for the string value, string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.