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
 Get the ButtonStrings from an ImageEnViewToolbar?

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
PeterPanino Posted - Mar 27 2021 : 17:27:26
How to iterate through the Buttons of an ImageEnViewToolbar and get their respective Button strings (e.g. "ivbImageOpen")?
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 29 2021 : 17:01:51
Hi Peter

Sorry, I cannot locate that code. Can you please publish it here.

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Mar 29 2021 : 08:57:11
Hi Nigel,

I got the code for the ButtonToStr function once from you. I didn't publish it here because I'm not sure whether I am allowed to.
xequte Posted - Mar 28 2021 : 20:49:06
Hi Peter

What unit is ButtonToStr from?


Nigel
Xequte Software
www.imageen.com

Cross reference: topic.asp?TOPIC_ID=4872
PeterPanino Posted - Mar 27 2021 : 17:43:10
It's easy:

var
  bt: TImageEnViewButton;

for bt in ImageEnViewToolbar1.Buttons do
  CodeSite.Send('ButtonToStr(bt)', ButtonToStr(bt));