peter e417e34496 * truncate log il y a 21 ans
..
Makefile b0d7f0a9f3 * more architecture independance il y a 21 ans
README 5082f98017 Added examples 27-40 il y a 27 ans
ex1.pp e417e34496 * truncate log il y a 21 ans
ex10.pp e417e34496 * truncate log il y a 21 ans
ex11.pp e417e34496 * truncate log il y a 21 ans
ex12.pp e417e34496 * truncate log il y a 21 ans
ex13.pp e417e34496 * truncate log il y a 21 ans
ex14.pp e417e34496 * truncate log il y a 21 ans
ex15.pp e417e34496 * truncate log il y a 21 ans
ex16.pp e417e34496 * truncate log il y a 21 ans
ex17.pp e417e34496 * truncate log il y a 21 ans
ex18.pp e417e34496 * truncate log il y a 21 ans
ex19.pp e417e34496 * truncate log il y a 21 ans
ex2.pp e417e34496 * truncate log il y a 21 ans
ex20.pp e417e34496 * truncate log il y a 21 ans
ex21.pp e417e34496 * truncate log il y a 21 ans
ex22.pp a821c38ce6 + Initial implementation il y a 27 ans
ex23.pp 5082f98017 Added examples 27-40 il y a 27 ans
ex24.pp e417e34496 * truncate log il y a 21 ans
ex25.pp e417e34496 * truncate log il y a 21 ans
ex26.pp e417e34496 * truncate log il y a 21 ans
ex27.pp 5082f98017 Added examples 27-40 il y a 27 ans
ex28.pp 5082f98017 Added examples 27-40 il y a 27 ans
ex29.pp e417e34496 * truncate log il y a 21 ans
ex3.pp e417e34496 * truncate log il y a 21 ans
ex30.pp e417e34496 * truncate log il y a 21 ans
ex31.pp e417e34496 * truncate log il y a 21 ans
ex32.pp e417e34496 * truncate log il y a 21 ans
ex33.pp e417e34496 * truncate log il y a 21 ans
ex34.pp e417e34496 * truncate log il y a 21 ans
ex35.pp e417e34496 * truncate log il y a 21 ans
ex36.pp e417e34496 * truncate log il y a 21 ans
ex37.pp e417e34496 * truncate log il y a 21 ans
ex38.pp e417e34496 * truncate log il y a 21 ans
ex39.pp e417e34496 * truncate log il y a 21 ans
ex4.pp e417e34496 * truncate log il y a 21 ans
ex40.pp e417e34496 * truncate log il y a 21 ans
ex5.pp e417e34496 * truncate log il y a 21 ans
ex6.pp e417e34496 * truncate log il y a 21 ans
ex7.pp 369feeff11 initial implementation il y a 27 ans
ex8.pp a821c38ce6 + Initial implementation il y a 27 ans
ex9.pp a821c38ce6 + Initial implementation il y a 27 ans
foot.tex 369feeff11 initial implementation il y a 27 ans
head.tex 369feeff11 initial implementation il y a 27 ans
myobject.pp e417e34496 * truncate log il y a 21 ans
mysortc.pp e417e34496 * truncate log il y a 21 ans

README

These are the example programs that appear in the FPC documentation.

Units guide, chapter on Objects unit :

ex1.pp contains an example for the function TRect.Empty
ex2.pp contains an example for the function TRect.Copy
ex3.pp contains an example for the function TRect.Union
ex4.pp contains an example for the function TRect.Intersect
ex5.pp contains an example for the function TRect.Move
ex6.pp contains an example for the function TRect.Grow
ex7.pp contains an example for the function TObject.Free
ex8.pp contains an example for the function TObject.Done
ex10.pp contains an example for the function TStream.StrRead
ex11.pp contains an example for the function TStream.GetPos
ex12.pp contains an example for the function TStream.GetSize
ex13.pp contains an example for the function TStream.ReadStr
ex14.pp contains an example for the function TStream.Close
ex15.pp contains an example for the function TStream.Flush
ex16.pp contains an example for the function TStream.Truncate
ex17.pp contains an example for the function TStream.Seek
ex18.pp contains an example for the function TStream.Read
ex19.pp contains an example for the function TStream.CopyFrom
ex20.pp contains an example for the function TMemoryStream.Truncate
ex21.pp contains an example for the function TCollection.Foreach
ex22.pp contains an example for the function TCollection.Load
ex23.pp contains an example for the function TCollection.At
ex24.pp contains an example for the function TCollection.indexOf
ex25.pp contains an example for the function TCollection.LastThat
ex26.pp contains an example for the function TCollection.FirstThat
ex27.pp contains an example for the function TCollection.Pack
ex28.pp contains an example for the function TCollection.FreeAll
ex29.pp contains an example for the function TCollection.DeleteAll
ex30.pp contains an example for the function TCollection.Free
ex31.pp contains an example for the function TCollection.Delete
ex32.pp contains an example for the function TCollection.AtFree
ex33.pp contains an example for the function TCollection.AtDelete
ex34.pp contains an example for the function TCollection.AtInsert
ex35.pp contains an example for the function TSortedCollection.Insert
ex36.pp contains an example for the function TSortedCollection.Search
ex37.pp contains an example for the function TStringCollection.Compare
ex38.pp contains an example for the function TStrCollection.Compare
ex39.pp contains an example for the function TUnsortedStrCollection.Insert
ex40.pp contains an example for the function NewStr