Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
ok_links
type TSomeClass = class(TObject)
procedure MyMethod;
procedure MyOtherMethod;
Two links to MyOtherMethod : qualified TSomeClass.MyOtherMethod, not qualified MyOtherMethod
MyOtherMethod