Delphi examples, tutorials and applications. Delphi 7 and newer versions. We also make the on-demand applications. Quality code samples for both beginners and professionals. Online since 2005. Choose language: Français (French) | Deutsch (German) | Hrvatski (Croatian)
Delphi example on opengl coordinate system. This example explains the connection between Cartesian coordinates, screen coordinates, mouse position etc. This Delphi example shows the connection between 2D coordinates and 3D coordinates as well as the connection between GluLookAt() and GluUnProject() commands in OpenGl. Learn how to draw in 3D space with your mouse.
How to draw a line with your mouse in Delphi? This OpenGl example shows how to draw simple lines in Delphi, with no flickering. This Delphi example shows how to control Line stipple, how to find the mid and end points of a line, how to draw smooth lines and more, how to pick and select a line with your mouse, how to move line ends, how to move the whole line etc. A starting point for creating CAD-like application.
How to find a record in MS Access database using Delphi. How to match partial and exact key in database fields using Delphi source code. How to search in specific fields and find the record you want. Full Delphi Source code and project files. Exact and partial search in any field and any table explained. Full source code after you order.
This opengl example shows how to initialize opengl on a certain part of a form. Let's say you want your opengl window to be displayed on a panel and you also want to put other windows components on a form. This opengl Delphi example teaches you how.
This OpenGL tutorial shows how to make multiple rendering contexts in OpenGl and Delphi. How to render on more than one rendering context and how to simultaneously render multiple OpenGl scenes. These are not multiple viewports, these are actually multiple rendering contexts.