Einzelnen Beitrag anzeigen

BerndS

Registriert seit: 8. Mär 2006
Ort: Jüterbog
480 Beiträge
 
Delphi 11 Alexandria
 
#3

AW: c# sruct mit string inhalt nach delphi

  Alt 11. Jan 2022, 12:33
Würde das helfen?
Delphi-Quellcode:
const
  cFooBar: array [0..11] of record
     Value: string;
     ValueOrd: Byte;
    end = (
     (Value : 'String0'; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : ''; ValueOrd:0),
     (Value : 'String11'; ValueOrd:11));
Bernd
  Mit Zitat antworten Zitat