Re: html rendering of local file without standard file extension
Posted: Thu Oct 11, 2018 12:02 pm
Hi,
You can use a custom URL scheme to load your files.
Take a look at the SchemeRegistrationBrowser demo and you will see that it registers a "hello" scheme and then Delphi loads the resources and fills a TMemoryStream with the contents.
You can use a custom URL scheme to load your files.
Take a look at the SchemeRegistrationBrowser demo and you will see that it registers a "hello" scheme and then Delphi loads the resources and fills a TMemoryStream with the contents.