PictureSaveAs

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean PictureSaveAs( SalNumber nWhat )

The PictureSaveAs method opens a "Save As" dialog where the user can save the contents of the picture control to a file.

Parameters

Name Description
SalNumber nWhat Standard method parameter. Possible values are Const.METHOD_Inquire, Const.METHOD_Execute.

Returns

When nWhat = Const.METHOD_Inquire: the return value is TRUE if a picture is currently present in the control, FALSE otherwise.

When nWhat = Const.METHOD_Execute: the return value is TRUE if the picture was saved, or FALSE if the operation was cancelled.