TTMSFNCWXMathInsertionMode Enumeration
Controls how inserted content is combined with the current expression and selection.
API unit family: TMSFNCWXMathEditor
Members
| Name | Description |
|---|---|
imReplaceSelection |
Replaces the current selection with the inserted content. |
imReplaceAll |
Replaces the entire expression with the inserted content. |
imInsertBefore |
Inserts the content before the current position. |
imInsertAfter |
Inserts the content after the current position. |