0
votes
Launching a registered mime helper application
I'm not sure about this but perhaps this may lead you in the right direction: try using URL cache functions from the wininet DLL: …
0
votes
Update fonts recursively on a Delphi form
There's no need to use RTTI for this. Every TControl descendant has a Font property. At TControl level its visibility is protected but you can use this workaround to access it:
type …
