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



Browse class : TextBox

Function : void setSelection(UINT startIndex, UINT endIndex)


Description

makes a selection within the textbox from startIndex to endIndex, where both the arguments must be zero based indexes.


Return

Nothing


Remarks

e.g.

text.setSelection(0,10);





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