Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : TextBox

Function : UINT lineLength(UINT lineNumber)


Description

retrieve length of line of text.
lineNumber must be a zero based index.


Return

Nothing


Remarks

e.g.

//get length of line #5
int len = text1.lineLength(4);





Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc