Re: Re[6]: [fpc-pascal] Published -> Public

2010-04-17 Thread Zaher Dirkey
2010/4/17 Flávio Etrusco : > On Fri, Apr 16, 2010 at 4:54 PM, José Mejuto wrote: >> Hello FPC-Pascal, >> >> Friday, April 16, 2010, 9:06:45 PM, you wrote: >> >> FE> Published methods can be found with TObject.MethodAddress, that's how >> FE> the lfm hook event handlers (and why Form event handlers

Re: Re[6]: [fpc-pascal] Published -> Public

2010-04-16 Thread Flávio Etrusco
On Fri, Apr 16, 2010 at 4:54 PM, José Mejuto wrote: > Hello FPC-Pascal, > > Friday, April 16, 2010, 9:06:45 PM, you wrote: > > FE> Published methods can be found with TObject.MethodAddress, that's how > FE> the lfm hook event handlers (and why Form event handlers are > FE> published). > > Yes, but

Re[6]: [fpc-pascal] Published -> Public

2010-04-16 Thread José Mejuto
Hello FPC-Pascal, Friday, April 16, 2010, 9:06:45 PM, you wrote: FE> Published methods can be found with TObject.MethodAddress, that's how FE> the lfm hook event handlers (and why Form event handlers are FE> published). Yes, but thats for streamable objects like TForm, or any component, but I th