Vcl.ComCtrls.TCustomRichEdit.GetSelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelText: string; override;

C++

virtual System::UnicodeString __fastcall GetSelText();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Returns the SelText property.

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.

See Also