Class TSomeClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TSomeClass = class(TObject)

Description

This item has no 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;

This item has no description.