Unit ok_no_link_inside_class

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMyClass  

Functions and Procedures

procedure MyGlobalProcedure;
procedure MyOtherGlobalProcedure;

Description

Functions and Procedures

procedure MyGlobalProcedure;

This should NOT be linked: MyMethod.

This should be linked: TMyClass.MyMethod.

This should be linked: MyOtherGlobalProcedure.

procedure MyOtherGlobalProcedure;