* non-resolved methods are not written. Mantis 13846(laz) / 14798(fpc)

git-svn-id: trunk@14115 -
This commit is contained in:
marco 2009-11-08 14:21:03 +00:00
parent 62c1781bea
commit e018effcd2

View File

@ -953,7 +953,7 @@ begin
if (not Handled) and
(MethodValue.Code <> DefMethodValue.Code) and
((not Assigned(MethodValue.Code)) or
((Length(FLookupRoot.MethodName(MethodValue.Code)) >= 0))) then
((Length(FLookupRoot.MethodName(MethodValue.Code)) > 0))) then
begin
Driver.BeginProperty(FPropPath + PPropInfo(PropInfo)^.Name);
if Assigned(MethodValue.Code) then