Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.306 Beiträge
Delphi 12 Athens
|
AW: "Datentyp" record end wer kennt ihn?
4. Dez 2024, 15:24
Jupp, im Prinzip ist das
Delphi-Quellcode:
var
TagRecord: record end;
sowas
Delphi-Quellcode:
type
VOID = record end;
var
TagRecord: VOID;
Ein Therapeut entspricht 1024 Gigapeut.
|