Returns the position in the input TStrings taken from RichEdit.Lines property of the Index line, useful for moving SelStart with TRichEdit, etc.
Warning |
---|
For Delphi 2009+, please use the GetSelStart function instead |
Namespace: HelperFunctions
Delphi |
function GetSelStart( const Strings: TStrings; const Index: Integer ): Integer; overload; |
Parameters
Strings
Type: TStrings
Index
Type: Integer
Type: Integer
Reference |