Back to Devexpress

TCustomdxComponentPrinter.GetNewLinkName(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-getnewlinkname-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest898 B
Original Source

TCustomdxComponentPrinter.GetNewLinkName(TBasedxReportLink) Method

Returns the name of a new link, namely the TBasedxReportLink object.

Declaration

delphi
class function GetNewLinkName(AReportLink: TBasedxReportLink): string;

Parameters

NameType
AReportLinkTBasedxReportLink

Returns

Type
string

Remarks

This method specifies the name of a new link. This name consists of the TdxComponentPrinter object name +”Link”+ the number of the link.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit