Implementing your own simple Roles mechanism in Delphi MVC Framework

Important Note: DMVC already has a Roles framework in place which is quite sophisticated and you can find it in the samples. My purpose of writing this blog is to demystify the subject by explaining it conceptually and then implementing it with bare hands so that you can understand the functionality of it all. In ….  Read More

Are you PAS files / units showing crazy characters in Delphi RAD Studio??

Here’s a weird thing that happened… a client from India, downloaded a project from GitHub. All good. The units had Unicode characters (Chinese, I think). When they opened it up in Delphi, they saw garbled text instead of the Unicode chars. I thought it was probably because the client was using an older version of ….  Read More

Hosting your Embarcadero Delphi RAD Server on new machine

I get this question every once in a while, “How do I host a RAD Sever instance on a new machine??” Well… here’s how… Step 1: Goto https://reg.codegear.com/srs6/activation.do Step 2: Put in your RAD Server license key and your License Certificate Number. This information is probably come to you on your registered email address from ….  Read More