Hi
I have added all these features to the latest beta.
Note: You will need to use the OnGetHeadingText event to mark headers...
procedure TMainForm.IEMetaListGetHeadingText(Sender: TObject; MetaType: TIEMetaType; var Title: string; var Skip: Boolean);
begin
// Add asterisk to the title if the file contains that type
if IEContainsMetaData( ImageEnView1.IO.Params, MetaType ) then
Title := Title + '*';
end;
Nigel
Xequte Software
www.imageen.com