Skip to main content

TcxCustomImage.LoadFromFile Method

Invokes the “Open“ dialog.

Declaration

procedure LoadFromFile;

Remarks

Call this method to invoke the “Open” dialog allowing end-users to select the image for display within the image editor. Use the editor’s Properties.CustomFilter property to specify the file type filter for this dialog. This dialog allows you to load from images matching the file type filter specified via the. If this property value is an empty string, the “Open” dialog displays files of all allowed file types (bitmaps, icons and metafiles).

See Also