ok_links
type TSomeClass = class(TObject)
procedure MyMethod;
procedure MyOtherMethod;
Two links to MyOtherMethod : qualified TSomeClass.MyOtherMethod, not qualified MyOtherMethod
MyOtherMethod