Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.AddEmptyLink(TdxReportLinkClass) Method

Adds a new empty link to the list of links.

#Declaration

Delphi
function AddEmptyLink(ALinkClass: TdxReportLinkClass): TBasedxReportLink;

#Parameters

Name Type
ALinkClass TdxReportLinkClass

#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