API:Vcl.ComCtrls.TCustomRichEdit.GetSelText
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.
Vcl.ComCtrls.TCustomRichEdit.GetSelText inherits from Vcl.StdCtrls.TCustomEdit.GetSelText. All content below this line refers to Vcl.StdCtrls.TCustomEdit.GetSelText.
Returns the SelText property.
GetSelText is the property access method for the SelText property. It is exposed as a protected method so that descendants of TCustomEdit can customize the implementation of the SelText property.