[fpc-pascal] random question
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Jun 4 15:40:14 CEST 2010
On 04 Jun 2010, at 15:22, Michael Van Canneyt <michael at freepascal.org>
wrote:
> On Fri, 4 Jun 2010, spir wrote:
>>
>> -1- class wrappers
>> Are there in stock implementations of class wrappers for primitive
>> types: such as TInteger, TString, etc? (that would for instance
>> just hold a .value attr and delegate operations to builtin funcs or
>> procs) This would save me some work :-)
>
> No. They are planned. They partially exist for the objectivec import
> layer.
> (although they may be semantically different there)
>>
>>
They don't exist in Objective-C (and hence not in Objective-Pascal
either)
Maybe you were thinking about class helpers, but that's something
different.
Jonas
More information about the fpc-pascal
mailing list