Skip to main content

TdxDocumentModelChangeAction Enum

Declaration

TdxDocumentModelChangeAction = (
    Redraw,
    ResetPrimaryLayout,
    ResetAllPrimaryLayout,
    ResetSecondaryLayout,
    ResetSelectionLayout,
    ResetCaretInputPositionFormatting,
    RaiseSelectionChanged,
    RaiseContentChanged,
    ScrollToBeginOfDocument,
    RaiseEmptyDocumentCreated,
    RaiseDocumentLoaded,
    RaiseModifiedChanged,
    ResetUncheckedIntervals,
    ResetIgnoredList,
    ForceResize,
    ValidateSelectionInterval,
    PerformActionsOnIdle,
    SplitRunByCharset,
    ResetRuler,
    SuppressBindingsNotifications,
    ActivePieceTableChanged,
    RaiseDocumentProtectionChanged,
    ForceResetHorizontalRuler,
    ForceResetVerticalRuler,
    ForceSyntaxHighlight,
    ApplyAutoCorrect,
    SuppressRaiseContentChangedCalculationByCurrentTransactionChanges,
    Fields
);

Members

Name
Redraw
ResetPrimaryLayout
ResetAllPrimaryLayout
ResetSecondaryLayout
ResetSelectionLayout
ResetCaretInputPositionFormatting
RaiseSelectionChanged
RaiseContentChanged
ScrollToBeginOfDocument
RaiseEmptyDocumentCreated
RaiseDocumentLoaded
RaiseModifiedChanged
ResetUncheckedIntervals
ResetIgnoredList
ForceResize
ValidateSelectionInterval
PerformActionsOnIdle
SplitRunByCharset
ResetRuler
SuppressBindingsNotifications
ActivePieceTableChanged
RaiseDocumentProtectionChanged
ForceResetHorizontalRuler
ForceResetVerticalRuler
ForceSyntaxHighlight
ApplyAutoCorrect
SuppressRaiseContentChangedCalculationByCurrentTransactionChanges
Fields
See Also