Difference between revisions of "Components and Code examples"

From Lazarus wiki
Jump to navigationJump to search
Line 8: Line 8:
 
* [[Sockets]] - TCP/IP Sockets components
 
* [[Sockets]] - TCP/IP Sockets components
 
* [[VirtualTreeview]] - A port of the fast virtual treeview from [http://www.lischke-online.de/VirtualTreeview/ SoftGems]
 
* [[VirtualTreeview]] - A port of the fast virtual treeview from [http://www.lischke-online.de/VirtualTreeview/ SoftGems]
 +
* [[ColorBox]] - Color picker with preview
  
 
==Packages for FPC/Lazarus (not hosted here)==
 
==Packages for FPC/Lazarus (not hosted here)==

Revision as of 16:33, 16 June 2005

Lazarus-CCR Released Components

  • ACS - Audio Component Suite port from ACS
  • EpikTimer - Precision timer component written specifically for Lazarus.
  • FpSystools - Conversion of TurboPower's Systools for Kylix package to Lazarus/FPC
  • FreePascalArchivePackage - Conversion of TurboPower Software's Abbrevia library for the Free Pascal Compiler
  • TAChart - Charting component for Lazarus
  • TPSQL - Components for connecting to PostgreSQL database servers
  • Sockets - TCP/IP Sockets components
  • VirtualTreeview - A port of the fast virtual treeview from SoftGems
  • ColorBox - Color picker with preview

Packages for FPC/Lazarus (not hosted here)

  • Starting with version 32, Lucas Gebauer's outstanding Synapse TCP/IP library is now compatible with Free Pascal and Lazarus. Lucas has also just released version 12 of his Synaser serial port communications suite that also runs under Free Pascal.
  • Indy for Lazarus project 119 components Indy for FPC/Lazarus.

Example programs

  • SysRec - Video Capturing and Recording application, you can download it here.

Original contributors and changes

This page has been imported from the epikwiki version.