The SetLayerDirtyStatus transaction sets the dirty status flag for the specified layer.
Type XTYP_EXECUTE
Syntax [SetLayerDirtyStatus(docwinID, layerID, dirtyStatus, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
layerID |
DWORD |
identifier of the layer to change | |
|
dirtyStatus |
WORD |
1 |
clean |
|
|
|
2 |
modified |
|
|
|
4 |
deleted |
|
|
|
8 |
new |
|
|
|
16 (can be ORed) |
modified since load (saved locally, but not to the database) |
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
Release information
Added in Release 3.60.
See also