Hi
The usual way to do it would be:
// Color adjust...
procedure TMainForm.Button7Click(Sender: TObject);
begin
Table1.Edit;
if ImageEnDBView1.Proc.DoPreviews(ppeColorAdjust) then
Table1.Post
else
Table1.Cancel;
end;
But if you do not want to wrap in an Edit/Post then either:
- Manually save the new bitmap (ImageEnDBView1.IEBitmap)
- Review the particular changes made using ImageEnDBView1.Proc.IPDialogParams:
http://www.imageen.com/help/TImageEnProc.IPDialogParams.html
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com