BBjSysGui::getMeasures
Description
In BBj 13.0 and higher, this method returns the widths in unscaled pixels of the specified strings in the current active or focused window.
Syntax
Return Value |
Method |
---|---|
BBjVector |
getMeasures(BBVector vector) |
Parameters
Parameter |
Description |
---|---|
vector |
BBjVector containing strings to be measured. |
Return Value
Returns the widths in unscaled pixels of the specified strings in the current active window as a BBjVector of integers. Throws an error if there is no current window.
Remarks
This method is most useful in a distributed environment to reduce the number of blocking client/server requests.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.