RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.SetSelStart Method

Returns the SelStart property.

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

SetSelStart overrides the inherited method to implement the SelStart property for a rich edit window. SetSelLength sends an EM_EXSETSEL message to the window of the edit control to position the cursor on the position indicated by Value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!