formZ SDK | 4.0 Call Back Reference | formZ Notification
Description
notification identifiers. These items indicate the action that is being notified.
enum fz_notf_syst_enum {
FZ_NOTF_SYST_NONE,
FZ_NOTF_SYST_QUIT,
FZ_NOTF_SYST_SUSPEND,
FZ_NOTF_SYST_RESUME,
FZ_NOTF_SYST_CANCEL,
FZ_NOTF_SYST_DELETE_KEY };
Members
FZ_NOTF_SYST_NONE
No action
FZ_NOTF_SYST_QUIT
formZ application is shutting down (quit)
FZ_NOTF_SYST_SUSPEND
formZ application is placed in the background (suspended state)
FZ_NOTF_SYST_RESUME
formZ application is placed in the foreground (resumed state)
FZ_NOTF_SYST_CANCEL
cancel key shortcut or progress bar cancel button selected.
FZ_NOTF_SYST_DELETE_KEY
delete key was pressed.
Availability
5.0.0.0
Defined in