TdxCompositionLinkItems.LinkExists(TBasedxReportLink) Method
Determines whether an item for a specified report link exists.
Declaration
function LinkExists(AReportLink: TBasedxReportLink): Boolean;
Parameters
| Name | Type |
|---|---|
| AReportLink | TBasedxReportLink |
Returns
| Type |
|---|
| Boolean |
Remarks
The LinkExists method determines whether any TdxCompositionLinkItem object within the collection refers to the AReportLink.
See Also