RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.GetSelStart Method

Returns the value of the SelStart property.

Pascal
function GetSelStart: Integer;
C++
__fastcall int GetSelStart();

GetSelStart is the read implementation of the SelStart property. It returns the position of the first selected character, or the position of the cursor if no characters are selected. 

 

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