[fpc-devel] ObjC branch
Marco van de Voort
marcov at stack.nl
Sat Sep 12 18:09:26 CEST 2009
In our previous episode, dmitry boyarintsev said:
>
> Do understand things right? Delphi (.net?) class helpers are very
> close to objective-C categories, for the expection, that helpers can
> also add additional members and properties. While categories are
> allowed to add new methods only?
As far as I know, categories really add methods to the object, in dynamical
ObjC object style.
Helpers afaik don't "really" add them, since they are only static (class)
methods which are added to the scope, if the helper is USESd.
More information about the fpc-devel
mailing list