Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Problem mit indizierten Property-Getter/Setter
27. Jan 2016, 18:05
Mit
property MyProp[const Offset: Integer]: Integer index MYIDX read GetMyProp write SetMyProp;
und Strg+Shift+C wäre das auch nicht passiert
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|