Jump to content

TUniDBFormattedNumberEdit.Focused always false


Freeman35

Recommended Posts

 

Hello,

memtable.FieldByName('field1').OnChange:= Field1Change;
..
procedure TFRM_.Field1Change(Sender: TField);
begin
  if not EDT_Field1.Focused then Exit;
  memtable.FieldByName('Field2').AsFloat:= Sender.AsFloat;
end;

 

It seems at that moment, it is already losing focus, is not it ?!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...