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

TdxCustomDocumentCapabilitiesOptions.Paragraphs Property

Specifies the state of UI elements linked to the paragraph insertion command.

#Declaration

Delphi
property Paragraphs: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

#Property Value

Type Default
TdxDocumentCapability Default

#Remarks

The Paragraphs property value affects end-user availability of the InsertParagraph command.

For information on available command states, refer to the TdxDocumentCapability type description.

Use this property to allow or forbid inserting paragraph breaks into a document opened in the Rich Edit control. The Paragraphs property value affects the availability of the ShowParagraphForm command as well as the appearance and functionality of the user interface elements associated with it.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

The default value of the Paragraphs property is TdxDocumentCapability.Default.

See Also