mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:16:48 +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;
|
PropInfo:PPropInfo;
|
||||||
frObj:TfrObject;
|
frObj:TfrObject;
|
||||||
FPropName, St:string;
|
FPropName, St:string;
|
||||||
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
PropInfo:=FindObjectProps(PropLine, frObj, FPropName);
|
PropInfo:=FindObjectProps(PropLine, frObj, FPropName, i);
|
||||||
|
|
||||||
if Assigned(frObj) and Assigned(PropInfo) then
|
if Assigned(frObj) and Assigned(PropInfo) then
|
||||||
begin
|
begin
|
||||||
@ -157,10 +158,11 @@ var
|
|||||||
PropInfo:PPropInfo;
|
PropInfo:PPropInfo;
|
||||||
frObj:TfrObject;
|
frObj:TfrObject;
|
||||||
FPropName, St:string;
|
FPropName, St:string;
|
||||||
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
if PL.Values[PropLine]<>'' then
|
if PL.Values[PropLine]<>'' then
|
||||||
begin
|
begin
|
||||||
PropInfo:=FindObjectProps(PropLine, frObj, FPropName);
|
PropInfo:=FindObjectProps(PropLine, frObj, FPropName, i);
|
||||||
|
|
||||||
if Assigned(PropInfo) then
|
if Assigned(PropInfo) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user