Einzelnen Beitrag anzeigen

Blup

Registriert seit: 7. Aug 2008
Ort: Brandenburg
1.429 Beiträge
 
Delphi 10.4 Sydney
 
#7

AW: Interface als Result einer Function

  Alt 19. Jun 2014, 08:05
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;
  Mit Zitat antworten Zitat