type TMyClass2 = class(TMyClass1)
This is a class with specified ancestor name, and ancestor (TMyClass1) is parsed by PasDoc. Inherited is TMyClass1. Inherited class is TMyClass1.
![]() |
procedure Clear; |
![]() |
procedure Clear; |
Inherited is TMyClass1.Clear. Inherited class is TMyClass1. |