![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.39 » View Incident Report |
![]() |
Reported By: Erwin Schatzle Reported On: 4/24/2014 For: Version 4.38 Build 2 |
procedure TForm7.btnInsertClick(Sender: TObject); var Buf: TMemValue; begin with DBISAMTable1 do begin if not Active then Open; Insert; FieldByName('TagName').AsAnsiString := AnsiString('TEST'); Buf.Length := 2; Buf.w := 35; FieldByName('Value').SetData(Pointer(@Buf)); Post; FlushBuffers; Buf.i := 0; FieldByName('Value').GetData(@Buf); Memo1.Lines.Add('GetData.Len=' + IntToStr(Buf.Length) + ' w:' + IntToStr(Buf.w)); //ß- Buffer is empty in XE5, in XE2 Buf.w=35 end; end;
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |