fpc/docs/objectex
1999-01-16 00:51:44 +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 + Initial implementation 1999-01-16 00:50:50 +00:00
ex24.pp + Initial implementation 1999-01-16 00:50:50 +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
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 + Added examples 8-26 1999-01-16 00:51:44 +00:00
myobject.pp + Initial implementation 1999-01-16 00:50:50 +00:00
README + Added examples 8-26 1999-01-16 00:51:44 +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;