I was just wondering about why should I use property in a class instead of \"normal\" variables (class attributes?). What I mean is this:
TSampleClass = clas
Take a look at usage of property vs getters/setters in business classes