TdxPrintStyleManager.StyleByCaption(string) Method
Returns a print style by its caption.
Declaration
function StyleByCaption(const ACaption: string): TBasedxPrintStyle;
Parameters
Name | Type |
---|---|
ACaption | string |
Returns
Type |
---|
TBasedxPrintStyle |
Remarks
Call the StyleByCaption method to access the print style whose caption is equal to the ACaption parameter.
See Also