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

IdxRichEditShapeCollection.Items Property

Provides access to the stored floating shapes by their names in the collection.

#Declaration

Delphi
property Items[const Name: string]: IdxRichEditShape read; default;

#Property Value

Type
IdxRichEditShape

#Remarks

Pass the name of the

Use this property to access a shape whose name is passed as the Name parameter. To specify the required name of the shape, use its Name property.

You can use the Self property to access a shape by its index in the collection

Use the Self property to access shapes by their zero-based indexes within the collection instead of names.

See Also