Page 1 of 1

CTRL+C Problem GraphNode??

PostPosted: July 22nd, 2006, 12:00 pm
by naser.easybase
I inherit on class from TGraphNode,
and Create It Runtime
when I Use Ctrl+c & Ctrl+v

I recevie An Exception : The Class MyClass Not Found!

PostPosted: August 4th, 2006, 1:46 pm
by Kambiz
Before using the new class, you must define your class to TSimpleGraph via a call to TSimpleGraph.Register method.

For example:

Code: Select all
TSimpleGraph.Register(TMyCustomNode);