Solved
Forum Discussion
baxatob
9 years agoCommunity Hero
Try to change this string:
tcxCustomInnerTextEdit.SetText(IntToStr(i+2)+'.50');
To:
tcxCustomInnerTextEdit.Keys(IntToStr(i+2)+'.50');
karthick7
9 years agoContributor
to be Improve that code
Please Include
//clear content if exists
EditObject.Keys("[Home]![End][Del]");
then
EditObject.Keys(" Your Input");
Regards,
Karthick
- ArjenMeijeringh9 years agoNew Contributor
Nice, that works!
Thanks for your help :smileyhappy: