Class TSomeClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TSomeClass = class(TObject)

Description

Hierarchy

Overview

Methods

Public procedure MyMethod;
Public procedure MyOtherMethod;

Description

Methods

Public procedure MyMethod;

Two links to MyOtherMethod : qualified TSomeClass.MyOtherMethod, not qualified MyOtherMethod

Public procedure MyOtherMethod;