<div dir="ltr">I did some google searching which turned up very little so I decided to ask my question here.<div><br></div><div>What is the current status of custom RTTI attributes in fpc trunk? Fot those who don't understand what I am asking about, here is an example.</div>
<div><br></div><div><div>type</div><div>  [AttrWithConstructor('Added text value!')]</div><div>  TRecord = record</div><div>    FField: Integer;</div><div>  end;</div></div><div><br></div></div>