TdxCompositionLinkItems Methods
Contains a collection of TdxCompositionLinkItem objects.| Name | Description |
|---|---|
| Add | Creates a new TdxCompositionLinkItem element within the collection. |
| AddLink(TBasedxReportLink) | Creates a new TdxCompositionLinkItem instance for a specified report link within the collection. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TCollection. |
| Clear | Inherited from TCollection. |
| ClearAndResetID | Inherited from TCollection. |
| Delete(Integer) | Inherited from TCollection. |
| DeleteItemsByLink(TBasedxReportLink) | Deletes all items that refer to a specified report link. |
| DeleteNonBuiltIns | Deletes all link items created at runtime. |
| EndUpdate | Inherited from TCollection. |
| Equals(TObject) | Inherited from TObject. |
| FindItemID(Integer) | Inherited from TCollection. |
| GetHashCode | Inherited from TObject. |
| GetLinkEntries(TBasedxReportLink,TList) | Populates a list passed as a parameter with TdxCompositionLinkItem objects created for a specified report link within the collection. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IndexOfLink(TBasedxReportLink) | Returns the index of the TdxCompositionLinkItem object created for a specified report link within the link item collection. |
| Insert(Integer) | Inherited from TCollection. |
| IsLinkComposable(TBasedxReportLink) | Determines whether a specified link can be included in the link item collection. |
| LinkExists(TBasedxReportLink) | Determines whether an item for a specified report link exists. |
| NextAssignedItem(TdxCompositionLinkItem) | Returns a valid link item that follows a specified link item within the collection. |
| NonBuiltInsExists | Determines whether any of the link items was added to the collection at runtime. |
| Owner | Inherited from TCollection. |
| PrevAssignedItem(TdxCompositionLinkItem) | Returns a valid link item that precedes a specified link item within the collection. |
| Sort(IComparer<TCollectionItem>) | Inherited from TCollection. |
| ToString | Inherited from TObject. |
See Also