Back to Devexpress

TCustomdxComponentPrinter.AddEmptyLink(TdxReportLinkClass) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-addemptylink-x28-dxpscore-dot-tdxreportlinkclass-x29.md

latest1.3 KB
Original Source

TCustomdxComponentPrinter.AddEmptyLink(TdxReportLinkClass) Method

Adds a new empty link to the list of links.

Declaration

delphi
function AddEmptyLink(ALinkClass: TdxReportLinkClass): TBasedxReportLink;

Parameters

NameType
ALinkClassTdxReportLinkClass

Returns

Type
TBasedxReportLink

Remarks

Call the AddEmptyLink method to create a new empty link of the class specified by the ALinkClass parameter. Unlike the AddLink method this method does not connect the created link with any component. This method returns a new instance of the TBasedxReportLink object.

See Also

TCustomdxComponentPrinter.AddEmptyLinkEx

TCustomdxComponentPrinter.AddLinkEx

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit