IdxRichEditShapeCollection.Items Property
In This Article
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 |
---|
Idx |
#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