It's also possible to define subroutines without keywords at all:
-----------------------------
type

class1 = class
  f1: integer;
  proc1();
  fucn1(arg1: integer): bool;
end;

ipmplementation

class1.proc1();
begin
[..]
end;

class1.fucn1(arg1: integer): bool;
begin
[..]
end;

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to