Vcl.StdCtrls.TCustomEdit.GetSelText
Delphi
function GetSelText: string; virtual;
C++
virtual System::UnicodeString __fastcall GetSelText(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomEdit |
Description
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.