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
 Adding an object with each image to TImageEnMView

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
Saeid2019 Posted - Mar 02 2020 : 12:32:05
Hello,
When we want to add some images to TImageEnMView using AppendImage or InsertImage or other methods, Is it possible to add an object with each image to TImageEnMView? For example the Delphi TComboBox has AddItem(Item : string; AObject: TObject) method that adds an object with each item. Is it possible to do like this in TImageEnMView?

More explanation: I want to add the cover image of some books to TImageEnMView with any data for each image like book name, bookID, etc and use from this data in any operation. Is it possible?
2   L A T E S T    R E P L I E S    (Newest First)
Saeid2019 Posted - Mar 02 2020 : 16:05:14
Thanks a lot.
xequte Posted - Mar 02 2020 : 14:15:09
Hi

You can use:

https://www.imageen.com/help/TImageEnMView.ImageUserPointer.html

Or use the Tag property to reference an index to data stored elsewhere.

Nigel
Xequte Software
www.imageen.com