ImageEn, unit ieopensavedlg |
|
TOpenImageEnDialog.Execute
Declaration
function Execute(): Boolean;
Description
Displays the ImageEn Open dialog, returning true if the user selects a file and clicks OK. If the user cancels the dialog, Execute returns
false.
// Browse for an image and display it in an ImageEnView
If OpenImageEnDialog1.Execute then
ImageEnView1.LoadFromFile( OpenImageEnDialog1.Filename );
See Also
◼Filename