TdxCompositionLinkItems.NextAssignedItem(TdxCompositionLinkItem) Method
Returns a valid link item that follows a specified link item within the collection.
Declaration
function NextAssignedItem(AnItem: TdxCompositionLinkItem): TdxCompositionLinkItem;
Parameters
Name | Type |
---|---|
AnItem | TdxCompositionLinkItem |
Returns
Type |
---|
TdxCompositionLinkItem |
Remarks
The NextAssignedItem method returns the nearest valid link item in the collection that follows the element specified via the AItem parameter. A valid link is the link whose ReportLink property is not nil. The method returns nil if a specified AItem object is the last element in the collection.
See Also
TdxCompositionLinkItems.NextAssignedItem