Static Basic
Static component is used to show contents output on the screen
Static component value can be changed as binding with DataSet. It can have fixed output value.
Static component can also be used to show the output as got by data manipulations.
Static is not used only for expressing the single string but also used to express multiple strings.
Static component representing multiple lines
Way to set up using the Properties
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