On 25.09.2017 20:02, Marcos Douglas B. Santos via Lazarus wrote:
May I code using just "string"?

Yes. LCL is ANSI/UTF8 only, so is TStrings.

You can write Lazarus+Delphi compatible code without a lot of problems. Just use the string type. The only thing you have to be aware is that in Delphi you work with UTF-16 and in Lazarus with UTF-8 - but for most cases it doesn't really matter. You will have to write your own methods with IFDEF-ed code for things where it matters (read/write from/to buffer, char-by-char iterations etc.).

Ondrej
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to