TdxCompositionLinkItems.Items Property
Provides indexed access to TdxCompositionLinkItem objects in the collection.
Declaration
property Items[Index: Integer]: TdxCompositionLinkItem read; write; default;
Property Value
Type |
---|
TdxCompositionLinkItem |
Remarks
Use the Items property to access individual TdxCompositionLinkItem objects in the collection.
See Also