Sometimes you want to change the value of a Delphi control without its change event firing.
For example, when your application starts up and you are initializing control values. The rest of the application isn’t setup yet so you might not want the control change event firing and executing other code.
Ill show you how to do it with just one line of code using my custom unit for VCL and Firemonkey
Continue reading “Change Delphi control values without change events firing (VCL and FMX)”