TdxCompositionLinkItems.DeleteItemsByLink(TBasedxReportLink) Method
In This Article
Deletes all items that refer to a specified report link.
#Declaration
Delphi
procedure DeleteItemsByLink(AReportLink: TBasedxReportLink);
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#Remarks
The DeleteItemsByLink method deletes all items created for a specified AReportLink within the collection.
See Also