What is the difference between Properties and VAR_IN_OUT in Structured Text Object-Oriented Programming?
I am new to Object-Oriented Programming (OOP) in Structured Text (ST), but both familiar with OOP in C/C++ and ST. I would like to understand what is the difference between Properties (with a corresponding VAR to get/set) and a VAR_IN_OUT? Also, when should I use one instead of the other (in Structured Text OOP)?