TTMSFNCBloxElementInsertReason Enumeration
Identifies why an element is being (re)inserted into the diagram.
API unit family: TMSFNCBloxCoreElement
Remarks
eirNew means the element is genuinely created for the first time, either interactively or through code that calls Add directly. eirLoad, eirUndo, eirRedo and eirPaste mean the element is a freshly created object instance that represents a pre-existing logical element, recreated as a side effect of loading a diagram, performing an undo or redo step, or pasting from the clipboard. In those cases, persisted properties such as StringData have already been restored on the element before this reason is reported.
Members
| Name | Description |
|---|---|
eirNew |
|
eirLoad |
|
eirUndo |
|
eirRedo |
|
eirPaste |