StructureChangeType Enumeration
This enumeration specifies the type of Structure Changed notification being received.
| Syntax | Constants |
|---|---|
Enum StructureChangeType
scNotifySCVarsAdd = 0
scNotifySCVarsDelete = 1
scNotifySCVarsMove = 2
scNotifySCVarsCopy = 3
scNotifySCCasesAdd = 4
scNotifySCCasesDelete = 5
scNotifySCCasesMove = 6
scNotifySCCasesCopy = 7
scNotifySCVariableType = 8
scNotifySCVariableLength = 9
scNotifySCCaseNameLength = 10
End Enum
|
|