Hallo,
irgendwie bin ich glaub bissl eingerostet in Sachen Delphi.
Kann mir jemand erklären wie ich dieses record anspreche?
Delphi-Quellcode:
_TRIGGER_TYPE_UNION = packed record
case Integer of
0: (Daily: DAILY);
1: (Weekly: WEEKLY);
2: (MonthlyDate: MONTHLYDATE);
3: (MonthlyDOW: MONTHLYDOW);
end;