formZ SDK | 5.0 API Reference | System | System
Description
Undo option parameters.
enum fz_syst_undo_opts_parm_enum {
FZ_SYST_UNDO_ON,
FZ_SYST_UNDO_TYPE,
FZ_SYST_UNDO_OPERATIONS,
FZ_SYST_UNDO_DISK,
FZ_SYST_UNDO_TIME,
FZ_SYST_UNDO_SHOW,
FZ_SYST_UNDO_SAVE,
FZ_SYST_UNDO_RESET };
Members
FZ_SYST_UNDO_ON
Indicates undos are on.
Type: fzrt_boolean
Default Value: TRUE
FZ_SYST_UNDO_TYPE
Indicates the type of undos to use.
Type: fz_syst_undo_type_enum
Default Value: FZ_SYST_UNDO_TYPE_UNLIMITED
FZ_SYST_UNDO_OPERATIONS
Indicates the number of operations available to undo.
Type: fzrt_int
Default Value: 20
FZ_SYST_UNDO_DISK
Indicates the amount of disk space, in kilobytes (KB), available to undo.
Type: fzrt_int
Default Value: 1024
FZ_SYST_UNDO_TIME
Indicates the amount of time, in minutes, available to undo.
Type: fzrt_int
Default Value: 20
FZ_SYST_UNDO_SHOW
Indicates the number of operations to show in the undo list.
Type: fzrt_int
Default Value: 10
FZ_SYST_UNDO_SAVE
Indicates undos are saved with the project.
Type: fzrt_boolean
Default Value: FALSE
FZ_SYST_UNDO_RESET
Indicates undos are reset when the project is saved.
Type: fzrt_boolean
Default Value: TRUE
Availability
5.0.0.0
Defined in