Einzelnen Beitrag anzeigen

michaott

Registriert seit: 14. Nov 2010
15 Beiträge
 
Delphi 12 Athens
 
#10

AW: Klasse TPersistentEx zur Diskussion und Verbesserung

  Alt 8. Mai 2025, 05:01
Hallo,

Fehler bei ToStream und FromStream

Code:
825c825
<       if not RttiProp.IsWritable then continue;
---
>       if not (RttiProp.IsWritable and RttiProp.IsReadable) then continue;
1216c1216
<         if not RttiProp.IsReadable then continue;
---
>         if not (RttiProp.IsWritable and RttiProp.IsReadable) then continue;
Grüße Michael
  Mit Zitat antworten Zitat