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

TdxTabbedMDIManager.FormCaptionMask Property

Specifies the mask for the parent form’s caption.

#Declaration

Delphi
property FormCaptionMask: string read; write;

#Property Value

Type
string

#Remarks

The default mask is ‘[ChildFormCaption] - [MainFormCaption]’, where:

[ChildFormCaption] is the currently active child form’s caption.

[MainFormCaption] is the parent form’s caption.

Use the FormCaptionMask property to customize this mask. Set the dxTabbedMDISuppressApplicationTitleChanges constant to True to prohibit the active tabbed MDI manager from replacing an application’s title with the caption produced with the mask.

See Also