[fpc-pascal]re:Help newbie!

Thomas.Hergenhahn at wha.acab.alcatel.de Thomas.Hergenhahn at wha.acab.alcatel.de
Fri Oct 27 14:37:19 CEST 2000


In pascal, a function must return a value.
So, you´ll have to write for example:
Function GetTextColor: integer;
if you don´t want to return a value at all, you´ll have to declare it as a procedure:
Procedure GetTextColor;







More information about the fpc-pascal mailing list