Topic: Disable DBIMAGE

Is there a way to prevent the image Folder, Export and Delete icons from appearing?  I tried disabling the DBIMAGE and that did not seem to disable the icons.

Re: Disable DBIMAGE

Yes, example:

procedure Form1_OnShow (Sender: string; Action: string);
begin
    Form1.DBImage1.dbShowButtons := False;
end;
Dmitry.