lazarus/components/paradox
2018-12-16 16:44:42 +00:00
..
demo
imagelist.txt IDE: Add magnified images (150% and 200%) for data access components 2017-06-03 09:25:50 +00:00
lazparadox.lpk
lazparadox.pas
make_res.bat IDE: Add magnified images (150% and 200%) for data access components 2017-06-03 09:25:50 +00:00
README.txt
regparadox.pp paradox: Fix typo in Paradox blob file extension (.bm --> .mb), issue #33884, patch by Bart Broersma 2018-12-16 16:44:42 +00:00
regparadox.res IDE: New Hi-Dpi palette icons for OpenGLControl and TParadox (by Roland Hahn) 2018-01-06 16:53:23 +00:00
tparadox_150.png IDE: New Hi-Dpi palette icons for OpenGLControl and TParadox (by Roland Hahn) 2018-01-06 16:53:23 +00:00
tparadox_200.png IDE: New Hi-Dpi palette icons for OpenGLControl and TParadox (by Roland Hahn) 2018-01-06 16:53:23 +00:00
tparadox.png IDE: New Hi-Dpi palette icons for OpenGLControl and TParadox (by Roland Hahn) 2018-01-06 16:53:23 +00:00

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 !