You've already forked lazarus-ccr
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:
@ -1662,8 +1662,8 @@ function TJvLookupControl.DoFormatLine: string;
|
|||||||
var
|
var
|
||||||
J, LastFieldIndex: Integer;
|
J, LastFieldIndex: Integer;
|
||||||
AField: TField;
|
AField: TField;
|
||||||
LStringList: array of string;
|
LStringList: array of string = nil;
|
||||||
LVarList: array of TVarRec;
|
LVarList: array of TVarRec = nil;
|
||||||
begin
|
begin
|
||||||
Result := '';
|
Result := '';
|
||||||
LastFieldIndex := FListFields.Count - 1;
|
LastFieldIndex := FListFields.Count - 1;
|
||||||
|
Reference in New Issue
Block a user