How to Register / Unregister File Types

Posted December 15th @ 1:53 pm by m3Rlin

Sometimes you want your program to associate itself with a certain file type. Well, there are 2 ways to do so: 1) Use a VCL component to do the job. 2) Make the changes to the Registry yourself. This is the better way. Here’s the code to do so:

uses
Registry;
[...]