fpc/docs/objectex
2002-11-10 22:54:37 +00:00
..
ex1.pp initial implementation 1998-12-14 23:17:44 +00:00
ex2.pp initial implementation 1998-12-14 23:17:44 +00:00
ex3.pp initial implementation 1998-12-14 23:17:44 +00:00
ex4.pp initial implementation 1998-12-14 23:17:44 +00:00
ex5.pp initial implementation 1998-12-14 23:17:44 +00:00
ex6.pp initial implementation 1998-12-14 23:17:44 +00:00
ex7.pp initial implementation 1998-12-14 23:17:44 +00:00
ex8.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex9.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex10.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex11.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex12.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex13.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex14.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex15.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex16.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex17.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex18.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex19.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex20.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex21.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex22.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex23.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex24.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex25.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex26.pp + Initial implementation 1999-01-16 00:50:50 +00:00
ex27.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex28.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex29.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex30.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex31.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex32.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex33.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex34.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex35.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex36.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex37.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex38.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
ex39.pp * The test was wrong, the values to insert into the collections are pstrings, not pchar. 2002-11-10 22:54:37 +00:00
ex40.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
foot.tex initial implementation 1998-12-14 23:17:44 +00:00
head.tex initial implementation 1998-12-14 23:17:44 +00:00
Makefile * small fix for clean 2002-11-10 12:23:16 +00:00
myobject.pp + Fixed example 2000-07-11 06:15:25 +00:00
mysortc.pp Added examples 27-40 1999-01-17 15:08:43 +00:00
README Added examples 27-40 1999-01-17 15:08:43 +00:00

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