TMainForm = class(TForm) MyLabel: TLabel; procedure OnEnter(Sender: TObject); private public end; So before the initial private (or any other) visiblity directive. On Fri, Sep 17, 2010 at 11:37 AM, John Bird <johnkbird at paradise.net.nz> wrote: > The correct spot being? (that was my question! - there looks to be rules I > did not know about. )