It's always been strange that there's never been a Description
property on the TService
in Delphi's VCL. Even to this day, Delphi XE2 doesn't have it yet. It's such a simple and common thing, that I'm wondering why it's not there.
I know how to create it myself, but my point is I shouldn't have to. I was wondering if there's any technical reason why Description
of a service doesn't come built-in to Delphi's VCL? Because it seems so simple for them to implement.