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. 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).
+
{{VCL}}
  
The Free Pascal equivalent to VCL is the [[LCL | Lazarus Component Library]] (LCL).
+
The '''Visual Component Library''' (VCL) is a an objected-oriented [[Application|application]] framework (software library) developed by Borland International for use with their [[Delphi]] [[Compiler|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 [[FPC|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, and 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]]
 

Latest revision as of 16:11, 11 January 2019

English (en) suomi (fi)

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.