From b01b72f0886583100830cb42e2001d477f22976d Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 27 Jul 2014 00:23:10 +0100 Subject: 2 new units: fpg_CSVParser and fpg_StringGridBuilder fpg_CSVParser contains a class and singleton method to allow parsing CSV files. fpg_StringGridBuilder is a class that allows you to load a CSV file and automatically populate a StringGrid with its content. --- src/corelib/x11/fpgui_toolkit.lpk | 10 +++++++++- src/corelib/x11/fpgui_toolkit.pas | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src/corelib/x11') diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index b46195d4..e59e4617 100644 --- a/src/corelib/x11/fpgui_toolkit.lpk +++ b/src/corelib/x11/fpgui_toolkit.lpk @@ -29,7 +29,7 @@ - + @@ -462,6 +462,14 @@ + + + + + + + + diff --git a/src/corelib/x11/fpgui_toolkit.pas b/src/corelib/x11/fpgui_toolkit.pas index 429d3497..be9f3b5a 100644 --- a/src/corelib/x11/fpgui_toolkit.pas +++ b/src/corelib/x11/fpgui_toolkit.pas @@ -23,7 +23,8 @@ uses fpg_style_bluecurve, fpg_style_bitmap, fpg_readonly, fpg_imgfmt_png, U_Command, U_Pdf, U_Report, U_ReportImages, U_Visu, fpg_trayicon, Agg2D, fpg_dbugintf, fpg_dbugmsg, fpg_fontcache, fpg_style_carbon, - fpg_style_plastic, fpg_style_win8, fpg_scrollframe, fpg_toggle; + fpg_style_plastic, fpg_style_win8, fpg_scrollframe, fpg_toggle, + fpg_StringGridBuilder, fpg_CSVParser; implementation -- cgit v1.2.3-70-g09d2