2
0

README 1.4 KB

123456789101112131415161718192021222324252627
  1. This directory contains the examples for the typinfo unit.
  2. rttiobj.pp This unit defines an object with RTTI generated.
  3. It is used by the other examples.
  4. trtti1.pp this program offers a series of tests of RTTI routines.
  5. trtti2.pp this program offers a series of tests of RTTI routines.
  6. trtti3.pp this program offers a series of tests of RTTI routines.
  7. ex1.pp This program demonstrates the GetOrdProp function
  8. ex2.pp This program demonstrates the GetEnumProp function
  9. ex3.pp This program demonstrates the GetStrProp function
  10. ex4.pp This program demonstrates the GetFloatProp function
  11. ex5.pp This program demonstrates the GetObjectProp function
  12. ex6.pp This program demonstrates the GetMethodProp function
  13. ex7.pp This program demonstrates the GetSetProp function
  14. ex8.pp This program demonstrates the SetToString function
  15. ex9.pp This program demonstrates the GetEnumName, GetEnumValue functions
  16. ex10.pp This program demonstrates the IsPublishedProp function
  17. ex11.pp This program demonstrates the IsStoredProp function
  18. ex12.pp This program demonstrates the GetPropInfos function
  19. ex13.pp This program demonstrates the GetPropList function
  20. ex14.pp This program demonstrates the FindPropInfo function
  21. ex15.pp This program demonstrates the GetInt64Prop function
  22. ex16.pp This program demonstrates the PropIsType function
  23. ex17.pp This program demonstrates the PropType function
  24. ex18.pp This program demonstrates the SetToString function