Hello,
this problem is not new but still a problem.
When using a property with an index e.g.
Property UserLastKey[AName: String]: String Read GetUserLastKey
Write SetUserLastKey;
O801 is shown on the setter and getter procedure.
Function TDMBRConfig.GetUserLastKey(AName: String): String; // FI:O801
I think it’s a valid warning but Delphi doesnt like the modification of the signature of these kind of procedures.
Björn