Contrling Text object attached to a Diagram

Please I need know how to move programatically a text block attached to a DiagramBlock droped on AtDiagram page????
Thanks in advance

Every diagram object (TDiagramControl) has a TextCells property which holds a collection of TTextCell objects representing each different text area the object provides. Usually there is just one text cell, but some blocks might have more.

You can change the SetBounds method or change the properties Left, Top, Width and Height to modify its position.

Thank you very much. I can see that!

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.