[fpc-pascal] Persistent list to store objects
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Mon Aug 17 19:12:27 CEST 2015
On 2015-08-17 18:05, luciano de souza wrote:
> Does someone know if one of then can be
> saved as a file and reloaded again to an object?
Use TtiObjectList as defined in the tiOPF (Object Persistence
Framework). You can store the containing objects to CSV, TAB, multiple
RDBMS or even over a 3-tier (HTTP) link. tiOPF can obviously do much
more for you too.
http://www.tiopf.com
Source code lives on SourceForge.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the fpc-pascal
mailing list