TdxCustomRibbon.DocumentName Property
In This Article
Specifies the display name of the currently active document.
#Declaration
Delphi
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 Support
See Also