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:
parent
15176c6bf2
commit
da16cac513
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user