TdxTabbedMDIManager.FormCaptionMask Property
Specifies the mask for the parent form’s caption.
Declaration
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