Jump to content

Visual Objects

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 217.82.115.102 (talk) at 10:25, 17 July 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Visual Objects is a computer programming language that is used to create software programs that operate primarily under Windows. Although it can be used as a general-purpose programming tool, it is almost exclusively used to create database programs.

The original Visual Objects project (code-named Aspen) was started as part of Nantucket's attempts to bring the Clipper language to Windows, and move from the procedural to the object-oriented style. It also converted Clipper from a P-Code system to being a true native compiler and introduced more elements of the C language (such as typed variables), while including Windows extensions (such as COM, ODBC, and later ADO). With it's symbol datatype, it offers the ability form name-based linkages, which may be used connect menu events to object methods or form direct linkages between server columns and controls.

The Windows version was finally brought to market by Computer Associates, unfortunately before the it was market-ready and in almost head-to-head competition with the first release of Borland's Delphi product. The language is still in use and being actively updated by GrafXSoft.