SetDocumentDirtyStatus

image\bltlrgss.gif Editions  image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

The SetDocumentDirtyStatus transaction sets the dirty status flag for the specified document window. It can be applied to the constituent layers and pages as well.

Type XTYP_EXECUTE

Syntax [SetDocumentDirtyStatus(docwinID, dirtyStatus, <setChildren>)]

Parameter

Data type

Values

Meaning

docwinID

DWORD

0 | docwinID

active | specific

dirtyStatus

WORD

1

clean

 

 

2

modified

 

 

8

new

 

 

16

(can be ORed)

modified since load (saved locally only, but not saved to the database)

setChildren

BOOL

0 (default)

only the root document is changed

 

 

1

the dirty status of the document, page, and layer nodes is set. Optional parameter.

Release information

Added in Release 3.60.

See also