opengl and borland c++ builder 5

how do i do opengl without using forms or components

All you need for OpenGL is a device context of your window (maybe not window). Even when you use forms and components you obtain this, otherwise you cant call wglMakeCurrent procedure and cant start your rendering.