I did some google searching which turned up very little so I decided to ask
my question here.

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.

type
  [AttrWithConstructor('Added text value!')]
  TRecord = record
    FField: Integer;
  end;
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to