Skip to main content

TdxPrintStyleManager.CloneStyleCaptionPrefix Property

Determines the prefix for copied print styles.

Declaration

property CloneStyleCaptionPrefix: string read; write;

Property Value

Type
string

Remarks

A user can make a copy of a built-in print style at runtime using the Define Print Styles dialog window. Two different print styles cannot use the same name. Use the CloneStyleCaptionPrefix property to determine the prefix to add before the name of an ancestor print style.

The default value of this property is specified by the sdxCloneStyleCaptionPrefix constant.

See Also