I have a record type object

 

Type

            MyRec = record

                        Str1: array[0..25] of char;

                        Str2: array[0..55] of char;

                        Int: Integer;

                        Str3: array[0..50] of char;

            End;

 

 

 

How can I find the size offset of Str3? Is there a nice Delphi command for this?

 

Jason

Reply via email to