TdxPrintStyleManager.Title Property
In This Article
Determines the title of the style manager dialog window.
#Declaration
Delphi
property Title: string read; write;
#Property Value
Type |
---|
string |
#Remarks
A user can work with print styles at runtime via the appropriate dialog window. Use the Title property to determine the caption of this window.
See Also