Einzelnen Beitrag anzeigen

Benutzerbild von Gollum
Gollum

Registriert seit: 14. Jan 2003
Ort: Boxberg
456 Beiträge
 
Delphi 10.1 Berlin Professional
 
#2

AW: Problem mit TMS Smooth Controls "AdvSmoothImageListBox"

  Alt 19. Mär 2018, 13:35
Hallo,

mit der Eigenschaft Selected der List-Items.

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;
  Mit Zitat antworten Zitat