lazarus/components/paradox
vincents dcbb734a78 o paradox component:
* fixed filter description when selecting a blob file (bug #11299) from Michael Van Canneyt
* updated minimal fpc version

git-svn-id: trunk@15141 -
2008-05-14 21:19:09 +00:00
..
demo paradox: removed michaels paths 2008-03-01 13:54:22 +00:00
lazparadox.lpk components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963) 2008-04-05 08:18:16 +00:00
lazparadox.pas moved paradox package from components\lazparadox to components\paradox 2008-01-29 22:57:14 +00:00
README.txt paradox: renamed README.txt 2008-03-01 14:46:04 +00:00
regparadox.lrs moved paradox package from components\lazparadox to components\paradox 2008-01-29 22:57:14 +00:00
regparadox.pp o paradox component: 2008-05-14 21:19:09 +00:00
tparadox.png Update components images 2008-02-29 16:22:34 +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, you do need the
PXlib library, which you can download from Sourceforge:

http://pxlib.sourceforge.net/

TParadox itself is in the Free Pascal fcl-db package (2.3.1 +).

Enjoy !