fpc/docs/typinfex
carl 3bd6280073 * update makefiles for testing
* update example which did not compile
2002-11-10 12:22:10 +00:00
..
ex1.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex2.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex3.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex4.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex5.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex6.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex7.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex8.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex9.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex10.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex11.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex12.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex13.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex14.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
ex15.pp * small fixes to test really the int64 stuff 2001-11-18 18:27:15 +00:00
ex16.pp + Added ex16 and ex17 2001-09-05 22:18:41 +00:00
ex17.pp + Added ex16 and ex17 2001-09-05 22:18:41 +00:00
ex18.pp + Added SetToString example 2001-09-09 09:22:06 +00:00
foot.tex
head.tex
Makefile * update makefiles for testing 2002-11-10 12:22:10 +00:00
README + Added SetToString example 2001-09-09 09:22:06 +00:00
rttiobj.pp + Added README and ex14 and ex15 examples 2001-09-02 21:45:29 +00:00
trtti1.pp
trtti2.pp
trtti3.pp

This directory contains the examples for the typinfo unit.

rttiobj.pp This unit defines an object with RTTI generated. 
            It is used by the other examples.

trtti1.pp this program offers a series of tests of RTTI routines.
trtti2.pp this program offers a series of tests of RTTI routines.
trtti3.pp this program offers a series of tests of RTTI routines.

ex1.pp This program demonstrates the GetOrdProp function 
ex2.pp This program demonstrates the GetEnumProp function 
ex3.pp This program demonstrates the GetStrProp function 
ex4.pp This program demonstrates the GetFloatProp function 
ex5.pp This program demonstrates the GetObjectProp function 
ex6.pp This program demonstrates the GetMethodProp function 
ex7.pp This program demonstrates the GetSetProp function 
ex8.pp This program demonstrates the SetToString function 
ex9.pp This program demonstrates the GetEnumName, GetEnumValue functions 
ex10.pp This program demonstrates the IsPublishedProp function 
ex11.pp This program demonstrates the IsStoredProp function 
ex12.pp This program demonstrates the GetPropInfos function 
ex13.pp This program demonstrates the GetPropList function 
ex14.pp This program demonstrates the FindPropInfo function
ex15.pp This program demonstrates the GetInt64Prop function
ex16.pp This program demonstrates the PropIsType function
ex17.pp This program demonstrates the PropType function
ex18.pp This program demonstrates the SetToString function