Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



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