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

IdxRichEditShape.Name Property

Specifies a unique name of the floating shape within the parent document’s shape collection.

#Declaration

Delphi
property Name: string read; write;

#Property Value

Type
string

#Remarks

Use this property to assign a unique name to a floating picture or text box. You can address it by a meaningful name via the parent document’s Shapes.Items property in addition to indexed access via the Shapes.Self property.

The default Name property value is an empty string.

See Also