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');
Nice, that works!
Thanks for your help :smileyhappy:
Try to change this string:
tcxCustomInnerTextEdit.SetText(IntToStr(i+2)+'.50');
To:
tcxCustomInnerTextEdit.Keys(IntToStr(i+2)+'.50');