jvcl: less hints in JvDBLookup.pas.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2020-09-24 14:47:58 +00:00
parent 15176c6bf2
commit da16cac513

View File

@ -1662,8 +1662,8 @@ function TJvLookupControl.DoFormatLine: string;
var
J, LastFieldIndex: Integer;
AField: TField;
LStringList: array of string;
LVarList: array of TVarRec;
LStringList: array of string = nil;
LVarList: array of TVarRec = nil;
begin
Result := '';
LastFieldIndex := FListFields.Count - 1;