Tagged Questions
7
votes
5answers
681 views
How can I interrogate the Delphi component palette?
I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' ...
2
votes
4answers
473 views
How can I access the palette of a TPicture.Graphic?
I have searched the web for hours but I can not find anything about how to get the palette from a TPicture.Graphic. I also need to get the color values so I can pass these values to a TStringList for ...