Hi Uli,
my rDBTreeView can show icons just from assigned Images component (TCustomImageList).
It would be quite slow to load image from disk for each record everytime where items is drawn.
So probably only possible solution is firstly load all images to
TCustomImageList and then use correct index for each node.
Or you can use custom drawing of node and then load image from disk and draw it directly.
See example in RAD pages:
I hope it helps
Tomas
Dne úterý 1. dubna 2025 v 10:09:51 UTC+2 uživatel Ulrich Schaupp napsal: