Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCopyPasteOptions.InsertOptions Property

Specifies the source of format settings applied to the last paragraph of a pasted numbered list.

#Declaration

Delphi
property InsertOptions: TdxInsertOptions read; write; default DefaultInsertOptions;

#Property Value

Type
TdxInsertOptions

#Remarks

The InsertOptions property values include:

Value Description
KeepSourceFormatting A pasted numbered list keeps its current formatting.
MatchDestinationFormatting The last item of a pasted numbered list is converted into a simple paragraph to which the destination document’s formatting is applied.

The default value of the InsertOptions property is TdxInsertOptions.MatchDestinationFormatting.

See Also