In XE6 android app:

In XE6 android app:
ShowMessage('1');
ShowMessage('2');
ShowMessage('3');
You get the sequence 1,2,3
In XE7
You get 3,2,1
Is this the bug or the feature?...Some ppl like ask questions this way :p

Comments