mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 23:01:28 +02:00
.. | ||
cfgtest.pp | ||
dparser.pp | ||
fpdoc.dtd | ||
fstream.pp | ||
htdump.pp | ||
kword.xml | ||
list.pp | ||
Makefile | ||
mstream.pp | ||
overview.rtf | ||
parser.dat | ||
README | ||
simple.xml | ||
stringl.pp | ||
testrtf.pp | ||
testz2.pp | ||
testz.pp | ||
threads.pp | ||
xmldump.pp |
This directory contains test programs for different elements/classes in the FCL. If you add a test give in this file a short description of what class/function it tests, and your initials.. File Tests what ? ---- ------------ list.pp TList object from unit 'classes'. (MVC) mstream.pp TMemorySteam object from unit 'classes' (MVC) fstream.pp TFileStream object from unit 'classes' (MVC) dparser.pp TParser object from unit 'classes' (MVC) stringl.pp TStringList object from unit classes' (MVC) thread.pp TTHread object from unit classes (PFV) testz.pp T(De)Compressionstream objects from Zstream (MVC) testz2.pp TGZFilestream object from Zstream (MVC) testrtf.pp TRTFParser object from rtfpars (MVC) cfgtest.pp Example for using XML read/write as cfg file (SG) xmldump.pp xml dump program (SG) htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)