Hello,

I'd just like to confirm. Considering the following class method:

{$mode delphi}

interface

type

  TMyController = class(NSObject)
  public
    class function
applicationShouldTerminateAfterLastWindowClosed(param1: objc.id;
     param2: SEL; theApplication: objc.id): cbool; cdecl;
  end;

---
Does it have the exact same layout as the procedure bellow? i.e.
without hidden Self parameter.

function  applicationShouldTerminateAfterLastWindowClosed(param1: objc.id;
     param2: SEL; theApplication: objc.id): cbool; cdecl;

thanks,
-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to