TCustomdxComponentPrinter.AddEmptyLink(TdxReportLinkClass) Method
Adds a new empty link to the list of links.
Declaration
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