In Process.pp several properties are marked deprecated (ApplicationName and CommandLine). This tells me they're going to disappear one day, though I suspect not soon.
I've just noticed in the UTF8 wrapper for TProcess, the corresponding properties are not marked deprecated, in fact more interestingly the following is set
{$WARN SYMBOL_DEPRECATED OFF}
Anyone any idea why this is? Should I be submitting a patch/query on the bugtracker, or is there a valid reason? This feels to me like the reason might be historical and no longer valid...