Returns the position in the input string taken from RichEdit.Text of the Index line, useful for moving SelStart with TRichEdit, etc.
Warning |
---|
Because Delphi 2009 uses RichEdit 2.0, use this GetSelStart function instead of GetSelStart( TSTRINGS, INTEGER ) |
Namespace: HelperFunctions
Delphi |
function GetSelStart( Strings: String; Index: Integer ): Integer; overload; |
Parameters
Strings
Type: String
Index
Type: Integer
Type: Integer