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

TdxDocumentImporterOptions.LineBreakSubstitute Property

Specifies a character used to substitute for line breaks in an imported document.

#Declaration

Delphi
property LineBreakSubstitute: TdxLineBreakSubstitute read; write;

#Property Value

Type
TdxLineBreakSubstitute

#Remarks

You can use this property to change how the Rich Edit control treats page breaks in imported documents. Refer to the TdxLineBreakSubstitute type description for the full list of available characters that can you can use instead of page breaks in an imported document.

See Also