doogal.co.uk Home

Delphi Cross Platform Code



Whatever happened to Kylix? Here's some code that should compile in it and also in Delphi.

TASCIIGrid component

Nothing very exciting, a grid that displays ASCII characters. Download.

TRepeatButton component

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

TSavePos component

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