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
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
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