Re: [Lazarus] Incompatible types for OnChange?

2008-07-21 Thread Mattias Gaertner
On Mon, 21 Jul 2008 22:52:02 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Martin Friebe wrote: > > I noticed something, which I can't explain. Here is the question > > > > in ide/editoroptions is procedure: > > procedure GeneralCheckBoxOnChange(Sender: TObject; Index: > > integer); > > >

Re: [Lazarus] Incompatible types for OnChange?

2008-07-21 Thread Marc Weustink
Martin Friebe wrote: > I noticed something, which I can't explain. Here is the question > > in ide/editoroptions is procedure: > procedure GeneralCheckBoxOnChange(Sender: TObject; Index: integer); > > This is assigned (via the Resources of the form) to the TCheckBoxes on > the editor-option'

[Lazarus] Incompatible types for OnChange?

2008-07-18 Thread Martin Friebe
I noticed something, which I can't explain. Here is the question in ide/editoroptions is procedure: procedure GeneralCheckBoxOnChange(Sender: TObject; Index: integer); This is assigned (via the Resources of the form) to the TCheckBoxes on the editor-option's color page. ("TextBoldCheckBox").