TdxCustomRibbon.DocumentName Property
Specifies the display name of the currently active document.
Declaration
property DocumentName: TCaption read; write;
Property Value
Type |
---|
TCaption |
Remarks
The application title bar displays the specified name, followed by the application name. These names are visually divided by a dash ( – ).
Note
the document name and the dash are only drawn in the title bar if the Ribbon’s SupportNonClientDrawing property is set to True.
See Also