Difference between revisions of "VCL"

From Free Pascal wiki
Jump to navigationJump to search
m (Fixes a spelling error)
Line 1: Line 1:
The '''Visual Component Library''' (VCL) is a an objected-oriented application framework (software library) developed by Borland International for use with their [[Delphi]] compiler to create Microsoft Windows GUI applications. The C++ compiler/IDE that Borland developed - C++ Builder - can also use VCL to develop Windows GUI applications. An equivalent to the VCL library was ported to the Linux operating systems and called CLX for use with Borland's discontinued Linux equlvalent to Delphi: [[Kylix]].  
+
The '''Visual Component Library''' (VCL) is a an objected-oriented application framework (software library) developed by Borland International for use with their [[Delphi]] compiler to create Microsoft Windows GUI applications. The C++ compiler/IDE that Borland developed - C++ Builder - can also use VCL to develop Windows GUI applications. A cross-platform equivalent to the VCL library was also created and called CLX. It was available for Delphi 7 and [[Kylix]] (a Linux version of Delphi).  
  
 
The Free Pascal equivalent to VCL is the [[LCL | Lazarus Component Library]] (LCL).
 
The Free Pascal equivalent to VCL is the [[LCL | Lazarus Component Library]] (LCL).
  
In 2011 Embarcadero Technologies (who purchased Borland's software development products) began offering Delphi and C++ Builder developers an alternative GUI framework called [[FireMonkey]]. In addition to Microsoft Windows, FireMonkey can be used on Android, iOS, ahd OS X.
+
In 2011 Embarcadero Technologies (who purchased Borland's software development products) began offering Delphi and C++ Builder developers an alternative GUI framework called [[FireMonkey]]. In addition to Microsoft Windows, FireMonkey can be used on Android, iOS, and OS X.
  
  
 
[[Category:Delphi]]
 
[[Category:Delphi]]

Revision as of 01:48, 17 July 2016

The Visual Component Library (VCL) is a an objected-oriented application framework (software library) developed by Borland International for use with their Delphi compiler to create Microsoft Windows GUI applications. The C++ compiler/IDE that Borland developed - C++ Builder - can also use VCL to develop Windows GUI applications. A cross-platform equivalent to the VCL library was also created and called CLX. It was available for Delphi 7 and Kylix (a Linux version of Delphi).

The Free Pascal equivalent to VCL is the Lazarus Component Library (LCL).

In 2011 Embarcadero Technologies (who purchased Borland's software development products) began offering Delphi and C++ Builder developers an alternative GUI framework called FireMonkey. In addition to Microsoft Windows, FireMonkey can be used on Android, iOS, and OS X.