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
 ImageEnMView.SetPresetThumbnailFrame
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

w2m

USA
1990 Posts

Posted - Sep 23 2012 :  09:36:17  Show Profile  Reply
If ImageEnMView1.SetPresetThumbnailFrame is set, can you reset the thumbnail Style back to iemsFlat or iemsACD? In other words can you set the thumbnail back to normal default settings?

William Miller

fab

1310 Posts

Posted - Oct 09 2012 :  03:51:17  Show Profile  Reply
In order to remove current thumbnail frame (and selected frame) you have to execute:
ImageEnMView1.ThumbnailFrame.Free();
ImageEnMView1.ThumbnailFrame := nil;
ImageEnMView1.ThumbnailFrameSelected.Free();
ImageEnMView1.ThumbnailFrameSelected := nil;
ImageEnMView1.Update();
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 09 2012 :  06:06:49  Show Profile  Reply
Thanks Fabrizio,

That worked nicely.

William Miller
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: