![]() |
Problem mit TMS Smooth Controls "AdvSmoothImageListBox"
Hallo zusammen,
wahrscheinlich stelle ich mich nur dumm an. Wie kann ich bei der AdvSmoothImageListBox aus den TMS Smooth Controls auf markierte Images zugreifen wenn Multiselect true ist? Vielen Dank schon mal |
AW: Problem mit TMS Smooth Controls "AdvSmoothImageListBox"
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; |
AW: Problem mit TMS Smooth Controls "AdvSmoothImageListBox"
Danke :-D:-D
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:58 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz