Back to Devexpress

IdxRichEditSubDocument.Shapes Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-cf57ecf3.md

latest927 B
Original Source

IdxRichEditSubDocument.Shapes Property

Provides access to the collection of shapes (including floating images and text boxes) in a subdocument.

Declaration

delphi
property Shapes: IdxRichEditShapeCollection read;

Property Value

Type
IdxRichEditShapeCollection

Remarks

Use this property to insert and access floating images and text boxes inserted into a header, footer, or the main document body. For detailed information on options provided by the shape collection, refer to the IdxRichEditShapeCollection interface description.

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit