Skip to main content

TcxCustomImage.SaveToFile Method

Invokes the “Save As“ picture dialog.

Declaration

procedure SaveToFile;

Remarks

Call this method to invoke the “Save As” dialog, allowing end-users to save the image displayed within an image editor. This dialog allows you to save the graphical data displayed within an image editor as an image matching the file type filter specified via the CustomFilter property. If this property value is an empty string, the “Save As” dialog allows saving to any allowed file type (bitmaps, icons and metafiles).

See Also