Home > Back-end > Onchange how to distinguish the assignment in front desk operations or programs operate?
Onchange how to distinguish the assignment in front desk operations or programs operate?
Time:09-22
Delphi edit only one onchange events, there is no specific to distinguish interactivechange from programmaticchange, how to distinguish operation to modify the program in use assignment changes, try the modified properties, the dephi tedit control, if no problem, but with a third party accused of ehlib tdbnumerediteh, with TMS tadvedit can't distinguish between, what method to distinguish the two types of events?
CodePudding user response:
This there is no distinction between
If it is the manual assignment, generally have to set up a state variables
CodePudding user response:
Must distinguish, in a TEdit. Onchange event, to find if there is a keyboard entry, via keyboard entry, I think can distinguish,
CodePudding user response:
In general, for the sake of consistency, no matter who caused the value changes, should be treated accordingly,
But if the original poster must distinguish, had to add a mark fields, application Settings before, buy a bit, check the sign in the onchange event, set out to cancel the sign bit,