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 method IsEmpty
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Mar 02 2015 :  12:22:53  Show Profile  Reply
Hello Nigel.

You could Add TImageEnMView.IsEmpty method?

function IsEmpty: Boolean;
begin
Result := ImageCount = 0;
//Return True If ImageCount = 0
end;

Many Thanks
Have a Wonderful Day.

xequte

38610 Posts

Posted - Mar 04 2015 :  03:59:11  Show Profile  Reply
Hi Wesley

Before I was a developer for ImageEn (just a user of ImageEn in my software) I had many shortcut helper functions such as this.

You should create a unit with your favorite ImageEn helper functions:

function TImageEnMViewHelper.IsEmpty: Boolean;
begin
  Result := ImageCount = 0;
end;


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