Image-FileDlg-obj
LabTalk Object Type:
The image.fileDlg object provides script access to the import image dialog box.
Please see the impImage X-Function.
Dialog box's title/caption. If set to "", then Windows default captions are used.
Default and ending path.
Default and ending file name.
Image types to display in the dialog box's "Files of type" list. This should be set to a list of image types returned by the image.getExtList() method.
The index of the default and ending image type in the dialog box's "Files of type" list.
Set to 1 to enable or 0 to disable the dialog box's preview window.
Show the Open dialog box. If the optional strVar is specified, then the string variable will contain the full file name if the dialog box closes on OK or Open. Example:
Image.FileDlg.Open();