This is not a question but a suggestion:

When you write code that you intend to share with other people or if you work in a team, it's a good idea to follow the official Borland Object Pascal style guide. Most people have read the style guide and a lot of people code accordingly but I still see a lot of people capitalizing reserved words or using all caps, people who ident with single spaces or with tabs, etc. ...

Of course it doesn't make you less of a good programmer if you don't follow the style guide, but it's just easier to read for other people if you do.

The official Borland Object Pascal style guide:
http://community.borland.com/soapbox...5,10280,00.htm