summaryrefslogtreecommitdiff
path: root/src/HelpFile.pas
AgeCommit message (Collapse)Author
2009-09-30Reimplement the ReadDictionary() methodGraeme Geldenhuys
* Internal dictionary storage is change from TList to TStringList * Global dictionary is also changed to TStringList type Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-30Moved the ProfileEvent calls and enabled DEBUG define where I need it.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-09-29We get AV's trying to read a help file. Debug please!Graeme Geldenhuys
2009-09-29Ported the huge HelpFile unit to FPC.Graeme Geldenhuys
I disabled Bitmap support for new via the nvNullObject unit. All methods are faked at the moment, until I can do the real implementation of image support. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Initial checkit on HelpFile unit. Not compilable with FPC.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>