I'm injecting a number of forms into an existing application using a dll.
I don't control the existing application, nor do I have source code for it.
(I doubt the source code exists any more).
I want to show a TextHint
in a TEdit
.
In the form designer this works, but in the application it doesn't.
I traced it to the fact that StyleServices
(This used to be called ThemeServices (now deprecated)) is not enabled, disabling the TextHint
.
Obviously I cannot enable styles for the application, all I have is a dll.
Is there a way to show the texthint
?
I prefer to use a stock TEdit
.
The dll is written in DX and the old application is written in D7.
BTW I don't care a hood about any additional styling/theming or the like. I just want the texthint to display.