TCustomdxComponentPrinter.AddEmptyLink(TdxReportLinkClass) Method
In This Article
Adds a new empty link to the list of links.
#Declaration
Delphi
function AddEmptyLink(ALinkClass: TdxReportLinkClass): TBasedxReportLink;
#Parameters
Name | Type |
---|---|
ALink |
Tdx |
#Returns
Type |
---|
TBasedx |
#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