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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnMView manually (programmatically) selecting thumbnails for MultiSelect

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
HeartWare Posted - Sep 16 2023 : 02:51:27
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)?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 17 2023 : 22:56:56
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