It took me a few days to get my head around Model-View-ViewModel (MVVM) pattern. I was reading various books as well as following tutorials that I found on internet, but I was still struggling to fully understand how MVVM does it’s magic.
Create a new ProjectProject > Shared > New > Project and give it a name. Having all created/modified objects in a single project will help you to be more organised and will allow you to easily export your work to production environment.
Highlighting all the records in a grid (including NOT loaded ones)
Let’s say we have some Control in a Form of type CheckBox, Button or StringEdit and we want it them once modified/clicked to update the form grid by selecting all the records in a grid.
TCP/IP Client based on a few examples found online. Making those examples to work turned out to be a tricky task, so I’m sharing what finally worked for me.
This TCP/IP client is used to send a particular string to some TCP/IP server on the ...