Thema
:
Problem mit TMS Smooth Controls "AdvSmoothImageListBox"
Einzelnen Beitrag anzeigen
Gollum
Registriert seit: 14. Jan 2003
Ort: Boxberg
456 Beiträge
Delphi 10.1 Berlin Professional
#
2
AW: Problem mit TMS Smooth Controls "AdvSmoothImageListBox"
19. Mär 2018, 14:35
Hallo,
mit der Eigenschaft
Selected
der List-Items.
markieren
Delphi-Quellcode:
var
i:Integer;
begin
for
i:=0
to
MyImageListeBox.Items.Count-1
do
if
MyImageListeBox.Items[i].Selected
then
ShowMessage(MyImageListBox.Items[i].Location);
end
;
Gruß Gollum
www.kalenderlexikon.info
Zitat
Gollum
Öffentliches Profil ansehen
Besuche die Homepage von Gollum!
Mehr Beiträge von Gollum finden