On 03/17/2014 01:31 PM, Marcos Douglas wrote:
Yes, but the QueueAsyncCall needs to know what procedure to call for a especific object (instance)

I don't understand.

The definition of the function (I use) is

procedure TApplication.QueueAsyncCall(const AMethod: TDataEvent; Data: PtrInt);

                                     with

  TDataEvent = procedure (Data: PtrInt) of object;


I don't see an "instance" here.

-Michael

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to