BaseForm.getTexts

Returns the Texts object that gives access to all texts available to the form. An individual text can then be accessed using its text id as shown in the examples below.

Javascript example:

 var v1 = texts.Txt23.text;
 var v2 = form.getTexts().Msg1.text;
 

returns Texts