- This topic has 1 reply, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › kbmMemTable › kbmMemTable.Undo occus error on android
hi,kim
Run the following code,An address error will occur on the android platform
procedure TForm1.Button1Click(Sender: TObject);
begin
kbmMemTable1.EnableVersioning:=True;
kbmMemTable1.Append;
kbmMemTable1.FieldByName(‘f1′).AsString:=’1111’;
kbmMemTable1.FieldByName(‘f2′).AsString:=’1111’;
// kbmMemTable1.Post;
// if kbmMemTable1.State in [dsEdit,dsInsert] then
// kbmMemTable1.Cancel;
kbmMemTable1.Undo; //An address error will occur on the android platform
end;
Hi,
Thank you for your bugreport. I will have a look at it.
best regards
Kim/C4D