var
AMyRec: TMyRec;
ASize: Integer;
begin
ASize := SizeOf(AMyRec.Str3); //
This should work
end;
Regards
Paul McKenzie Analyst Programmer SMSS ltd.
|
- [DUG]: offset of item in record type Jason Coley
- Re: [DUG]: offset of item in record type Chris Reynolds
- RE: 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