Back to Devexpress

IdxRichEditShape.Name Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditshape-2f9e9ea5.md

latest1.1 KB
Original Source

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

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit