Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCompositionLinkItems Members

Contains a collection of TdxCompositionLinkItem objects.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxCompositionReportLink) Creates a link item collection for a specified composition report link.
Create(TCollectionItemClass) Inherited from TCollection.

#Properties
Show Inherited Hide Inherited

Name Description
Capacity Inherited from TCollection.
Composition Identifies a composition report link to which a collection of TdxCompositionLinkItem objects belongs.
Count Inherited from TCollection.
ItemClass Inherited from TCollection.
Items Provides indexed access to TdxCompositionLinkItem objects in the collection.
UpdateCount Inherited from TCollection.

#Methods
Show Inherited Hide Inherited

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