mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 10:38:15 +02:00
LazReport, fix lr_dialogdesign compiling
git-svn-id: trunk@46493 -
This commit is contained in:
parent
8d6d12cfde
commit
7dc88a142f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user