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



Browse class : TextBox

Function : UINT charAtLine(UINT lineNumber)


Description

retrieve the zero based index of the very first character in a specific line.
lineNumber must be a zero based index of line.


Return

Nothing


Remarks

e.g.

//get index of 1st char at line #2
int index = text1.charAtLine(1);





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