Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
ok_no_link_inside_class
type TMyClass = class(TObject)
procedure MyMethod;
procedure MyOtherMethod;
This should be linked: MyMethod.
This should be linked: TMyClass.MyMethod.
This should be linked: MyGlobalProcedure.