Language Reference Guide : C. Generated User Classes : Edit_Object User Class : OnFileSaveAs Method
 
Share this page                  
OnFileSaveAs Method
The OnFileSaveAs method saves a copy of the contents of the edit control under a new file name.
This method has the following syntax:
integer = Edit_Object.OnFileSaveAs([editfile = varchar(257)
          default null])
This method has the following parameter:
editfile
Specifies the file name of the file
If a file is not supplied, this method prompts for a file name through a standard Save As dialog.