LazReport, fix lr_dialogdesign compiling

git-svn-id: trunk@46493 -
This commit is contained in:
jesus 2014-10-09 14:22:57 +00:00
parent 8d6d12cfde
commit 7dc88a142f

View File

@ -117,8 +117,9 @@ var
PropInfo:PPropInfo;
frObj:TfrObject;
FPropName, St:string;
i: Integer;
begin
PropInfo:=FindObjectProps(PropLine, frObj, FPropName);
PropInfo:=FindObjectProps(PropLine, frObj, FPropName, i);
if Assigned(frObj) and Assigned(PropInfo) then
begin
@ -157,10 +158,11 @@ var
PropInfo:PPropInfo;
frObj:TfrObject;
FPropName, St:string;
i: Integer;
begin
if PL.Values[PropLine]<>'' then
begin
PropInfo:=FindObjectProps(PropLine, frObj, FPropName);
PropInfo:=FindObjectProps(PropLine, frObj, FPropName, i);
if Assigned(PropInfo) then
begin