You've already forked lazarus-ccr
csvdocument: more precise comment
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -458,7 +458,7 @@ begin
|
|||||||
NextChar;
|
NextChar;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Parses next cell; returns true if it could be parsed.
|
// Parses next cell; returns True if there are more cells in the input stream.
|
||||||
function TCSVParser.ParseNextCell: Boolean;
|
function TCSVParser.ParseNextCell: Boolean;
|
||||||
var
|
var
|
||||||
LineColCount: Integer;
|
LineColCount: Integer;
|
||||||
|
Reference in New Issue
Block a user