Skip to main content

TCustomdxComponentPrinter.AddLinkEx(TComponent,TComponent) Method

Adds a new link to the list of links.

Declaration

function AddLinkEx(AComponent: TComponent; AOwner: TComponent): TBasedxReportLink;

Parameters

Name Type
AComponent TComponent
AOwner TComponent

Returns

Type
TBasedxReportLink

Remarks

Call the AddLinkEx method to create a new link to the component specified by the AComponent parameter. This method returns a new instance of the TBasedxReportLink object. Unlike the AddLink method, it defines the object responsible for destroying the link by the AOwner parameter.

See Also