With Visual Builder, you can rapidly prototype and build Windows applications. It is an advanced, object-oriented, visual application development environment.
You get a powerful visual editor that enables you to create complete applications, often without writing code; an extensive library of prefabricated GUI parts; C++ language support for creating new parts; and a C++ code generator.
Use Visual Builder to connect the graphical user interface to the logic and data of your application, then automatically generate the C++ source code. Prefabricated parts are supplied, but you are not limited to using just these parts. You can extend Visual Builder by creating and adding your own reusable code to the Parts Palette. You can also import or export parts from other applications. Parts are actually treated as classes by Visual Builder. Developing a library of your own unique parts tailored to the special requirements of your business, even large and complex applications can be created simply by visually arranging and connecting parts.
By using a library of reusable components, Visual Builder capitalizes on the advantages of object-oriented programming, reduces programming time, and improves code quality.