home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / source / docs / objectex / readme < prev   
Encoding:
Text File  |  2000-01-01  |  2.5 KB  |  44 lines

  1. These are the example programs that appear in the FPC documentation.
  2.  
  3. Units guide, chapter on Objects unit :
  4.  
  5. ex1.pp contains an example for the function TRect.Empty 
  6. ex2.pp contains an example for the function TRect.Copy
  7. ex3.pp contains an example for the function TRect.Union
  8. ex4.pp contains an example for the function TRect.Intersect 
  9. ex5.pp contains an example for the function TRect.Move
  10. ex6.pp contains an example for the function TRect.Grow 
  11. ex7.pp contains an example for the function TObject.Free    
  12. ex8.pp contains an example for the function TObject.Done    
  13. ex10.pp contains an example for the function TStream.StrRead 
  14. ex11.pp contains an example for the function TStream.GetPos
  15. ex12.pp contains an example for the function TStream.GetSize
  16. ex13.pp contains an example for the function TStream.ReadStr
  17. ex14.pp contains an example for the function TStream.Close
  18. ex15.pp contains an example for the function TStream.Flush
  19. ex16.pp contains an example for the function TStream.Truncate
  20. ex17.pp contains an example for the function TStream.Seek
  21. ex18.pp contains an example for the function TStream.Read
  22. ex19.pp contains an example for the function TStream.CopyFrom
  23. ex20.pp contains an example for the function TMemoryStream.Truncate
  24. ex21.pp contains an example for the function TCollection.Foreach
  25. ex22.pp contains an example for the function TCollection.Load
  26. ex23.pp contains an example for the function TCollection.At
  27. ex24.pp contains an example for the function TCollection.indexOf
  28. ex25.pp contains an example for the function TCollection.LastThat
  29. ex26.pp contains an example for the function TCollection.FirstThat
  30. ex27.pp contains an example for the function TCollection.Pack
  31. ex28.pp contains an example for the function TCollection.FreeAll
  32. ex29.pp contains an example for the function TCollection.DeleteAll
  33. ex30.pp contains an example for the function TCollection.Free
  34. ex31.pp contains an example for the function TCollection.Delete
  35. ex32.pp contains an example for the function TCollection.AtFree
  36. ex33.pp contains an example for the function TCollection.AtDelete
  37. ex34.pp contains an example for the function TCollection.AtInsert
  38. ex35.pp contains an example for the function TSortedCollection.Insert
  39. ex36.pp contains an example for the function TSortedCollection.Search
  40. ex37.pp contains an example for the function TStringCollection.Compare
  41. ex38.pp contains an example for the function TStrCollection.Compare
  42. ex39.pp contains an example for the function TUnsortedStrCollection.Insert
  43. ex40.pp contains an example for the function NewStr
  44.