Could we please have an operator like ThisControl which works in a similar way to ThisItem/Parent but for controls?
This is usefu if you want to reference one of the control's other properties when setting the value for another property (i.e. make the border the same colour as the text, where the text is a formula).
For example
TextBox1.BorderColor = ThisControl.Color
This way, when you copy the control, the reference is still ok.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm pleased to announce that there is a new Self operator that references the current control, very similar to the Parent operator. Available in version 3.20051.
