RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.SetSelLength Method

Sets the SelLength property.

Pascal
procedure SetSelLength(Value: Integer); override;
C++
virtual __fastcall SetSelLength(int Value);

SetSelLength overrides the inherited method to implement the SelLength property for a rich edit window. SetSelLength sends an EM_EXSETSEL message to the window of the edit control, specifying a selection that begins at SelStart and ends at SelStart + Value. 

 

GetSelLength 

SelLength 

SelStart

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!