Component Library for Cross Platform

From HandWiki

Component Library for Cross Platform (CLX) (pronounced clicks), is a cross-platform visual component-based framework for developing Microsoft Windows and Linux applications.[1][2] It was developed by Borland for use in its Kylix, Delphi, and C++ Builder software development environment. Its aim was to replace the popular Microsoft Foundation Classes with Visual Component Library (VCL). CLX was based on Qt by Nokia[citation needed].[3]:196 The API of CLX almost completely followed VCL. It was envisioned that existing applications using VCL would be recompiled with CLX.

However, due to lackluster performance on Windows, subtle differences from VCL, and bugs, it did not become the expected successor to VCL. The 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 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. By docking to different widgetsets, the LCL is able to support an even larger spectrum of platforms including Mac OS X and Android.

References

  1. Long, Brian. "VCL versus CLX". http://www.blong.com/Conferences/DCon2001/VCLvsCLX/VCLvsCLX.htm. 
  2. McDonald, J.L.; Nishimura, H.; Timossi, C. (22 October 2002). "Cross Platform Development using Delphi and Kylix". Lawrence Berkeley National Laboratory. https://escholarship.org/uc/item/3502t2p. 
  3. Cantù, Marco. "Chapter 6: Controls: VCL Versus VisualCLX". Mastering Delphi 6. Wiley. ISBN 978-0-782-15278-4.