Tagged Questions
2
votes
2answers
252 views
Problem with adding graphics to TLabel
I'm trying to create with Delphi a component inherited from TLabel, with some custom graphics added to it on TLabel.Paint. I want the graphics to be on left side of text, so I overrode GetClientRect:
...