dfatdp 0 Posted March 17, 2023 New to C++Builder / Delphi and VCL and have a couple of questions: I haven't been able to find a good resource that shows what each element in the Palette is used for, and what it looks like, so I can wrap my head around what is what. Does one exist? Does it include something to handle selecting an icon/picture from a list, like the color selector dialog? If not, is it typical to use a TListView in icon mode, or something more like TDrawGrid? Thanks. Share this post Link to post
FPiette 383 Posted March 17, 2023 You probably need to read the official documentation. Buying a good book is also useful. You'll find more books at https://delphi-books.com/en/. BTW: It is better you keep asking ONE question per post. I answered only the first... Share this post Link to post
dwrbudr 8 Posted March 17, 2023 On the second question, yes you can use TListView like in that SVG Image Explorer tool, sources are in the Demo folder. https://github.com/EtheaDev/SVGIconImageList/wiki/SVGIconExplorer Share this post Link to post