ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnMView manually (programmatically) selecting thumbnails for MultiSelect
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

HeartWare

Denmark
49 Posts

Posted - Sep 16 2023 :  02:51:27  Show Profile  Reply
Is it possible to, programmatically, select/unselect individual thumbnails in multi-select mode?

If so, how (and what other options must be set in order to do this)?

xequte

38448 Posts

Posted - Sep 17 2023 :  22:56:56  Show Profile  Reply
Hi

You can do it as follows:

// select the first 100 images
ImageEnMView1.BeginSelectImages();
for i := 0 to 99 do
  ImageEnMView1.SelectedImage := i;
ImageEnMView1.EndSelectImages();


http://www.imageen.com/help/TImageEnMView.BeginSelectImages.html


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: