ExtDlgs.TOpenPictureDialog
Contents |
Delphi Information
From ExtDlgs.pas
TOpenPictureDialog = class(TOpenDialog)
Unit: ExtDlgs
Type: class
Inherited Class Members: ExtDlgs.TOpenPictureDialog Members
Class Properties: ExtDlgs.TOpenPictureDialog Properties
Class Methods: ExtDlgs.TOpenPictureDialog Methods
Class Constructors & Destructors: ExtDlgs.TOpenPictureDialog Constructors
C++ Information
From ExtDlgs.hpp
TOpenPictureDialog = class(TOpenDialog)
Unit: ExtDlgs
Type: class
Inherited Class Members: ExtDlgs.TOpenPictureDialog Members
Class Properties: ExtDlgs.TOpenPictureDialog Properties
Class Methods: ExtDlgs.TOpenPictureDialog Methods
Class Constructors & Destructors: ExtDlgs.TOpenPictureDialog Constructors
Description
TOpenPictureDialog displays a graphics-file selection dialog.
TOpenPictureDialog displays a modal Windows dialog box for selecting and opening graphics files. This component is just like TOpenDialog, except that it includes a rectangular preview region. If the selected image can be read by TPicture, it is displayed in the preview region; supported file types include bitmap (.BMP), icon (.ICO), Windows metafile (.WMF), and enhanced Windows metafile (.EMF). If the selected image cannot be displayed, "(None)" appears in the preview region.
If the user selects a file of an unrecognized type, TPicture raises an EInvalidGraphic exception.
See Also
Code Samples