File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ function TPerson.GetProfile: TProfile;
146146begin
147147 PersonOpf := TPersonOpf.Create(GetConnection, ' person' );
148148 try
149- RelatedObject := PersonOpf.GetRelatedObject(PersonOpf.Entity , ' Profile' ) as TProfile;
149+ RelatedObject := PersonOpf.GetRelatedObject(Self , ' Profile' ) as TProfile;
150150 Result := specialize TdGRelatedObjectHelper<TProfile>.SafeCast(RelatedObject);
151151 finally
152152 PersonOpf.Free;
Original file line number Diff line number Diff line change 1313 <OtherUnitFiles Value =" ..\core;..\brokers" />
1414 <UnitOutputDirectory Value =" lib\$(TargetCPU)-$(TargetOS)" />
1515 </SearchPaths >
16+ <Other >
17+ <CompilerMessages >
18+ <IgnoredMessages idx6058 =" True" idx3124 =" True" idx3123 =" True" />
19+ </CompilerMessages >
20+ </Other >
1621 </CompilerOptions >
1722 <Description Value =" Object Persistence Framework" />
1823 <License Value =" See the file LICENSE, included in this distribution, for details about the copyright." />
Original file line number Diff line number Diff line change 2121 </Target >
2222 <SearchPaths >
2323 <IncludeFiles Value =" $(ProjOutDir)" />
24- <OtherUnitFiles Value =" ..\core" />
2524 <UnitOutputDirectory Value =" lib\$(TargetCPU)-$(TargetOS)" />
2625 </SearchPaths >
2726 <Parsing >
5251 </Linking >
5352 <Other >
5453 <CompilerMessages >
55- <IgnoredMessages idx6058 =" True" />
54+ <IgnoredMessages idx6058 =" True" idx3124 = " True " idx3123 = " True " />
5655 </CompilerMessages >
5756 </Other >
5857 </CompilerOptions >
You can’t perform that action at this time.
0 commit comments