fpc/docs/typinfex
2005-02-14 17:13:06 +00:00
..
ex1.pp
ex2.pp
ex3.pp
ex4.pp
ex5.pp
ex6.pp
ex7.pp
ex8.pp
ex9.pp
ex10.pp
ex11.pp
ex12.pp
ex13.pp
ex14.pp
ex15.pp
ex16.pp
ex17.pp
ex18.pp
foot.tex
head.tex
Makefile
README
rttiobj.pp
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