RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.GetSelText Method

Returns the SelText property.

Pascal
function GetSelText: string; override;
C++
virtual __fastcall AnsiString GetSelText();

GetSelText overrides the inherited method to implement the SelText property for a rich edit window. GetSelText sends an EM_GETSELTEXT message to the window of the rich edit control. 

 

SelText

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