RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit.GetSelText Method

Returns the SelText property.

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

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. 

 

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