Static

Static Basic

Static_Basic_1

Static component representing multiple lines

Way to set up using the Properties

Static_Basic_0

If we want to change the line, press ctrl+entr key in the properties window.

Way to use Script

this.Button00_onclick = function(obj:Button,  e:nexacro.ClickEventInfo)
{
 this.Static04.set_text('AB' +  String.fromCharCode(10) + 'CD');
}

Source Location

Sample\Static\np_Static_Basic.xfdl