Class TMyClass2

Unit

Declaration

type TMyClass2 = class(TMyClass1)

Description

This is a class with specified ancestor name, and ancestor (TMyClass1) is parsed by PasDoc. Inherited is TMyClass1. Inherited class is TMyClass1.

Hierarchy

Overview

Methods

Public procedure Clear;

Description

Methods

Public procedure Clear;

Inherited is TMyClass1.Clear. Inherited class is TMyClass1.