In PHP (and MySQL) we have a host of techniques for ensuring that the data entered is valid and safe. Adding slashes, MySQL's escape string and regex are a few we often use.
I've seen THIS LINK that gives a very preliminary introduction to the subject but it is probably not complete or up-to-date.
My questions:
Does Lazarus/FPC offer such features?
What does Delphi offer? At least some clues or function names may give me an idea so that I may build it for Lazarus.
Thanks!