User bug report, verified in Seattle by me:
Description:
Set Component Properties does not work for more than one component on a form. The second compile sets the second TEdit.Text property correctly.
Bug Details:
The bug is reproducible 100% of the time
Steps:
1. Start Delphi 10 Seattle from the start menu
2. The default (empty) project is open
3. place 2 TEdits on the form
4. in Configuration | Set Component Properties add Component =TEdit, Property = Text, Value = Test
5. Compile and note that only one TEdit changes the Text propertry
Configuration:
OS: Windows 10.0 (Build 0)
GExperts: GExpertsRS10.dll 1.3.8.0 from 11.09.2015 03:47:54
IDE: ideRS10
ComCtl32: 6.10.10586.494
Was caused by short circuit boolean evaluation. Fixed by swapping the order.