Content deleted Content added
Removing non-referenced content |
Undid revision 842146998 by 176.80.0.94 (talk) Article vandalised to inconsistent state ... which isn't the way to go about things ... probable response to the deprod. |
||
Line 1:
{{Unreferenced|date=December 2009}}
'''Component Library for Cross Platform (CLX)''' (pronounced clicks), is a cross-platform visual component-based framework for developing [[Microsoft Windows]] and [[Linux]] applications. It is developed by [[Borland]] for use in its [[Kylix programming tool|Kylix]], [[Delphi programming language|Delphi]], and [[C++ Builder]] software development environment.
Its aim was to replace the popular [[Microsoft Foundation Classes]] with [[Visual Component Library]]. CLX was based on [[Qt (framework)|Qt]] by [[Nokia]]. The [[Application programming interface|API]] of CLX almost completely followed VCL. It was envisioned that existing applications using VCL would be recompiled with CLX.
However, due to lacklustre performance on Windows, subtle differences from VCL, and bugs, it didn't become the expected successor to VCL. Commercial failure of Kylix stopped further development of CLX.
In terms of [[object-oriented]] approach, CLX forms an object hierarchy where the TObject class serves as the ''[[Superclass (computer science)|base class]]''. All other classes inherit or indirectly inherit the TObject class.
Today, many concepts that were defined with CLX have been implemented with the [[Lazarus Component Library]] (LCL) for the [[Lazarus (IDE)|Lazarus]] IDE. By docking to different [[widgetset]]s, the LCL is able to support an even larger spectrum of platforms including [[Mac OS X]] and [[Android (operating system)|Android]].
==See also==
|