Wenn man Felder nicht als Property missbraucht, sollte es diese Meldung auch nicht geben.
Delphi-Quellcode:
type
TSEPA = class
private
FBIC: String;
FIBAN: String;
published
property BIC: string read FBIC write FBIC;
property IBAN: string read FIBAN write FIBAN;
end;