Source position: JPL.Strings.Ext.pas line 30
function GetLineStartingWith(
List: TStrings;
const TextToFind: string;
IgnoreCase: Boolean = True;
StartIndex: Integer = 0
):string;