Visual Component Library Article Index for
Visual
Website Links For
Visual
 

Information About

Visual Component Library




Much of the popularity of VCL comes from its tight integration with visual RAD tools from Borland.

A cross-platform equivalent of VCL called CLX (Component Library for Cross Platform) was later developed for use in Delphi, C++ Builder and Kylix , it was however abandoned in favor of VCL.

As an Object-oriented approach, the VCL forms an object hierarchy where all other objects inherit or indirectly inherit the TObject class (thus, TObject is a Superclass ). This is a common approach shared by the Java Programming Language , Smalltalk , and many other Object-oriented programming languages.


SEE ALSO



EXTERNAL LINKS