Whatever happened to Kylix? Here's some code that should compile in it and also in Delphi.
Nothing very exciting, a grid that displays ASCII characters. Download.
This a speed button that repeatedly calls the OnClick event if the user holds the key down. The RepeatTime property specifies the time taken between repeats. Download
Drop this component onto a form, set the RegistryBase property and the RegistrySection property and the form will remember its previous position from the last time is was run. The Kylix version uses an INI file. Kylix seems to ignore the fact that a form is maximised, however. Download