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