Difference between revisions of "VCL"

From Free Pascal wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
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]].
+
{{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).  
  
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.
+
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.
[[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.