README 2.5 KB

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