Helpers are like the methods – they are blocks of code that only runs when they are called. You can pass data, known as parameters, into a helper. There can be several parameters. Methods begin with a "$this" followed by dot and name of the property – $this.Title(), $this.Delete(), $this.IndexOf() etc.
You can use properties when setting a variable or when you want to access directly the property.
You can find Helpers in Skin’s menu above the coding field.
If you click on Helpers it will show a list with all available helpers by categories.
When you hover mouse over the Helper, you can see its syntax.
You can select a Helper method that you need.
The helper will appear in code:
Result on the screen: