Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the width of a text string as it would be displayed in the current font.
[nWidth =] [Form.]TextWidth(cText)
Parameters
- nWidth
Returns a value in pixels specifying the width of the text string. - cText
Specifies the character string for which the text width is determined.
Remarks
The TextWidth method determines the amount of horizontal space required to display cText.