Ui::getLengthOfStringWithThisTextLabel
Returns the string length of the string from the gxt string .
Syntax
ui.getLengthOfStringWithThisTextLabel(gxt);
Required Arguments
- gxt: String
Return value
- int
Example
todo
Returns the string length of the string from the gxt string .
ui.getLengthOfStringWithThisTextLabel(gxt);
todo