On 03/05/2024 12:56, Martin Frb via fpc-devel wrote:
On 02/05/2024 20:59, Jonas Maebe via fpc-devel wrote:
---
I don't have background on the Apple properties.
It's not Apple, but Objective-C.
Does FPC create such Objective-C code / properties?
If yes, how does it decide on h
On 03/05/2024 14:17, Sven Barth via fpc-devel wrote:
Martin Frb via fpc-devel schrieb am
Fr., 3. Mai 2024, 12:13:
In case it goes ahead, I am trying to thing of what would be
needed
Can anyone think of any feature for Pascal properties that is not
covered by the below?
A
Martin Frb via fpc-devel schrieb am Fr.,
3. Mai 2024, 12:13:
> In case it goes ahead, I am trying to thing of what would be needed
> Can anyone think of any feature for Pascal properties that is not
> covered by the below?
>
A property can be marked "default". Currently only array properties
On 02/05/2024 20:59, Jonas Maebe via fpc-devel wrote:
---
I don't have background on the Apple properties.
It's not Apple, but Objective-C.
Does FPC create such Objective-C code / properties?
If yes, how does it decide on how to translate "property Foo..."?
__
In case it goes ahead, I am trying to thing of what would be needed
Can anyone think of any feature for Pascal properties that is not
covered by the below?
# Proposal to implement "properties" for Pascal
## Background
Pascal has a property construct, that allows a "variable like"
ident