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 |
- Re: [DUG]: offset of item in record type Jason Coley
- Re: [DUG]: offset of item in record type Chris Reynolds
- Re: [DUG]: offset of item in record type Paul Mckenzie
- RE: Re: [DUG]: offset of item in record type Jason Coley
- RE: Re: [DUG]: offset of item in record type Jason Coley
- Re: Re: [DUG]: offset of item in record type Paul Mckenzie