formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_close_opts_enum

Description

Save options when closing a project.

enum fz_proj_close_opts_enum {

FZ_PROJ_SAVE_SILENT,

FZ_PROJ_SAVE_ASK,

FZ_PROJ_SAVE_NOT,

FZ_PROJ_SAVE_DEFAULT };

Members

FZ_PROJ_SAVE_SILENT

Saves the project if it is dirty without prompting the user

FZ_PROJ_SAVE_ASK

Saves the project if it is dirty after prompting the user. Note that user can cancel the save operation

FZ_PROJ_SAVE_NOT

Does not save the project even if it is dirty

FZ_PROJ_SAVE_DEFAULT

Default setting, currently FZ_PROJ_SAVE_SILENT

Availability

5.0.0.0

See Also

fz_wind_close

Defined in

fz_proj_api.h