lazarus/components/paradox
mattias 45a79882b5 components: less hints
git-svn-id: trunk@51783 -
2016-03-01 15:25:24 +00:00
..
demo examples: removed obsolete OtherUnitFiles 2015-03-02 19:04:04 +00:00
lazparadox.lpk
lazparadox.pas components: less hints 2016-03-01 15:25:24 +00:00
README.txt
regparadox.pp paradox: use FPC resources for component images 2013-10-05 04:17:14 +00:00
regparadox.res paradox: use FPC resources for component images 2013-10-05 04:17:14 +00:00
tparadox.png

This package installs Paradox support in the lazarus IDE:

TParadox (Data Access Tab) is a TDataset descendent that enables you to open
and see Paradox tables. It has support for Blobs and Graphics. There is no
need to have the BDE from Borland (Codegear) installed.The TParadox
component itself is located in the FCL, and is an implementation
based on an open source C library called pxlib.
This means that you need to install the PXlib library, which you can 
download from Sourceforge:

http://pxlib.sourceforge.net/

The C library can be installed on most linux systems using the native package manager.
For windows, a pre-compiled binary is available from the sourceforge site.
The TParadox component code has been tested with version 0.6.2 of the library,
and should also work with version 0.6.3.


The component needs version 2.4.0 of Free Pascal, earlier versions contain a bug
that prevents a TParadox dataset from opening.

Enjoy !