Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: C++ Struct nach Delphi portieren
8. Feb 2011, 11:08
Hallo,
Delphi-Quellcode:
type
TTest = record
A: Integer;
procedure Blubb;
class function X: Integer; static;
end;
// SizeOf(TTest) = 4
Nein, die Größe wird nicht verändert
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."
|