TCustomdxComponentPrinter.AddLink(TComponent) Method
Adds a new link to the list of links.
Declaration
function AddLink(AComponent: TComponent): TBasedxReportLink;
Parameters
Name | Type |
---|---|
AComponent | TComponent |
Returns
Type |
---|
TBasedxReportLink |
Remarks
Call the AddLink method to create a new link to the component specified by the AComponent parameter. This method returns a new instance of the TBasedxReportLink object.
See Also