[fpc-pascal] Empty record inside another record ?

Daniël Mantione daniel.mantione at freepascal.org
Sun Feb 24 12:23:39 CET 2008



Op Sun, 24 Feb 2008, schreef Skybuck Flying:

> Finally there is another question remaining:
>
> Are objects always packed ?

No, to get packed objects you have to declare them packed. A record and 
object with the same field list have the same binary layout.

Daniël


More information about the fpc-pascal mailing list