Skip to main content
A newer version of this page is available. .

IdxRichEditShapeCollection.Items Property

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

Declaration

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