This

This

Usage

=this.<prop name>:<format>

This is used to bind to property values in the code behind object.

If no explicit code behind object exists, an implicit one will be created to allow access to controls by name.

Example

namespace Test {
  export class DataSimple extends Code {
    public MagicNo: number = 22;
  }
}
ACORN 1.0 IWML 1.0
Test.DataSample[]
  SimpleStack[]
    Text =this.MagicNo
  ]
]