Reader's Comments »

  1. 1. By nowsun on February 6, 2009 at 16:41

    Hi!
    How to Draw Arc/Beizer?

    Thanks.

  2. 3. By Adrian on June 11, 2010 at 17:05

    Hi!
    Please tell me how draw a line as an object?!
    Thak you very much.

  3. 4. By Kambiz on June 12, 2010 at 13:19

    Please read the readme file.

  4. 5. By Manuel on December 2, 2010 at 10:43

    I have two Simplegraph on any form. How I can make a copy of a GraphObject from SimpleGrah1 to SimpleGraph2 ? Thanks

  5. 6. By Manuel on December 2, 2010 at 10:57

    Oh no, please ignore my last post. I want make a copy from Form1 to Form2. Form2 has been created from Form1 invoking its execute method, as it is made in the demo program. Thanks,
    Manuel

  6. 7. By Kambiz on December 2, 2010 at 11:20

    You can use SaveToStream and LoadFromStream methods of TGraphObject to duplicate an object. You can also use CopyToClipboard and PasteFromClipboard methods of TSimpleGraph to copy selected object(s) from one graph to another graph(s).

  7. 8. By phaysane on January 28, 2011 at 16:51

    I use simplegraph component, my question is :
    How to cancel an action, for example you delete an object and you want to cancel this delete

    Regards

  8. 9. By Kambiz on February 2, 2011 at 11:34

    SimpleGraph does not have Undo operation, sorry.