Warning! Invalid type conversion
Posted: Mon 07 Aug 2006 15:16
Please check your sources
function TMemData.CompareFieldValue(
....
dtUInt32:
St := IntToStr(Longword(Marshal.ReadInt16(FieldBuf)));
....
may be ReadInt32 ???
function TMemData.CompareFieldValue(
....
dtUInt32:
St := IntToStr(Longword(Marshal.ReadInt16(FieldBuf)));
....
may be ReadInt32 ???