Skip to main content

TCustomdxComponentPrinter.AddEmptyLinkEx(TdxReportLinkClass,TComponent) Method

Adds a new link to the list of links.

Declaration

function AddEmptyLinkEx(ALinkClass: TdxReportLinkClass; AOwner: TComponent): TBasedxReportLink;

Parameters

Name Type
ALinkClass TdxReportLinkClass
AOwner TComponent

Returns

Type
TBasedxReportLink

Remarks

Call the AddEmptyLink method to create a new empty link of the class specified by the ALinkClass parameter and define the object responsible for destroying the link by the AOwner parameter. Unlike the AddLinkEx method this method does not connect the created link with any component. This method returns a new instance of the TBasedxReportLink object.

See Also