[fpc-pascal] Object properties (note: object not class)
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Aug 26 13:32:35 CEST 2009
On 26 Aug 2009, at 13:21, Neil Graham wrote:
> Is the absence of properties on Objects an omission by design or
> simply
> because no-one has gotten to it yet?
They are supported in fpc and in objfpc mode.
> Similarly case statements as they appear in records are not supported.
That's indeed not possible by design. You can always declare record
fields which themselves consist of a variant record.
Jonas
More information about the fpc-pascal
mailing list