NURBS Rendering in Delphi 7

I am skilled in NURBS programming in Delphi - but I now want a simple way to color render a NURB surface in a window within my cad program. I hope that someone has a simple example of 1)How to reference the opengl library in the USES list, 2) Specific examples of how to render a nurb surface in a form in delphi. Many thanks to any one who can help!

I think the best place to look for using OpenGL with Delphi would be:

http://www.delphi3d.net/

THanks for the reference - Delphi3D is a terrific site that I had found already - no samples of code specifically for NURBS was there except on of the universal “teapot” - I will that out - but if anyone else has a better idea PLEASE let me know!