formZ SDK | 5.0 API Reference | System | System

fz_syst_undo_type_enum

Description

Undo type option parameters.

enum fz_syst_undo_type_enum {

FZ_SYST_UNDO_TYPE_UNLIMITED,

FZ_SYST_UNDO_TYPE_OPERATIONS,

FZ_SYST_UNDO_TYPE_DISK,

FZ_SYST_UNDO_TYPE_TIME };

Members

FZ_SYST_UNDO_TYPE_UNLIMITED

Indicates undos are unlimited.

FZ_SYST_UNDO_TYPE_OPERATIONS

Indicates undos are limited by a number of operations.

FZ_SYST_UNDO_TYPE_DISK

Indicates undos are limited by a set amount of disk space (in kilobytes KB).

FZ_SYST_UNDO_TYPE_TIME

Indicates undos are limited by an amount of time (in minutes).

Availability

5.0.0.0

Defined in

fz_syst_api.h