Desktop Application Object - CreateFileSaveDialog Method

Create an instance of the File Save dialog

Member of Desktop Application Object (PRIM_APPL)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_APPL.ICommonDialogFileSave

Reference to the newly created dialog

Details

System dialogs are abstract classes and can only be created using the provided methods.

Example

Creating a File Open dialog instance.

     Define_Com Class(#prim_Appl.ICommonDialogFileSave) Name(#Dialog) Reference(*dynamic) 

#Dialog <= #sys_appln.CreateFileSaveDialog
#Dialog.Show


See also

All Component Classes

Technical Reference

  • No labels