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