Re: [Dwarf-discuss] Proposal: Add support for "property" with getter/setter (based on Pascal properties)

2024-06-22 Thread Martin via Dwarf-discuss
On 22/06/2024 23:22, Adrian Prantl via Dwarf-discuss wrote: 2) DW_TAG_Property_Default "default value" of a property. property Foo: integer read FFoo default 1; // In Pascal, there is no semicolon before "default" for this. ... Here I think it would be appropriate to use DW_AT_default_value (

Re: [Dwarf-discuss] Proposal: Add support for "property" with getter/setter (based on Pascal properties)

2024-06-22 Thread Adrian Prantl via Dwarf-discuss
> On Jun 20, 2024, at 4:02 AM, Martin via Dwarf-discuss > wrote: > > Sorry for the late reply. I've been away. > > > - What does it mean for a property to be default? I couldn't find that > > defined in the linked FreePascal documentation. > > The property can be accessed without its name be