Re: [lazarus] Hint: Parameter "Sender" not used

2006-04-26 Thread Felipe Monteiro de Carvalho
On 4/26/06, Alain Michaud <[EMAIL PROTECTED]> wrote: > great: > > if (sender = nil)then begin end; > > that solves the problem. I like it. You should just ignore the hint instead of addind this code. That hint doesn't apply to your case. This extra code makes the executable some bytes bigger, was

Re: [lazarus] Hint: Parameter "Sender" not used

2006-04-25 Thread Alain Michaud
great: if (sender = nil)then begin end; that solves the problem. I like it. On the same idea, I usually wtite: ... myprocedure; var mystring : string; begin ... str(Myreal,mystring); ... but I get the warning: "variable "mystring" does not seem to be initialized" What is it that I am doing

[lazarus] Hint: Parameter "Sender" not used

2006-04-25 Thread Alain Michaud
Hi, what does the following compiler message means? Hint: parameter "Sender" not used Is there something that I can do to improve my source code apart from just ignoring the message? Alain _ To unsubscribe: mail [EMAI