Back to Devexpress

TCustomdxComponentPrinter.IsLinkInCurrentComposition(TBasedxReportLink) Method

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

latest1.1 KB
Original Source

TCustomdxComponentPrinter.IsLinkInCurrentComposition(TBasedxReportLink) Method

Determines whether a specified report link belongs to a composition report link.

Declaration

delphi
function IsLinkInCurrentComposition(AReportLink: TBasedxReportLink): Boolean;

Parameters

NameType
AReportLinkTBasedxReportLink

Returns

Type
Boolean

Remarks

Call the IsLinkInCurrentComposition method to ascertain whether the report link specified via the AReportLink parameter belongs to the composition report link which is the current one at the moment.

See Also

TCustomdxComponentPrinter.IsLinkInComposition

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit