TdxCompositionLinkItems.GetLinkEntries(TBasedxReportLink,TList) Method
Populates a list passed as a parameter with TdxCompositionLinkItem objects created for a specified report link within the collection.
Declaration
procedure GetLinkEntries(AReportLink: TBasedxReportLink; AList: TList);
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
AList | TList |
Remarks
The GetLinkEntries method populates a specified list with TdxCompositionLinkItem objects within the collection that refer to the AReportLink. The report link to which an item refers is defined by the TdxCompositionLinkItem.ReportLink property.
See Also