Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
This should cause 3 warnings: MyField1 has two descriptions, MyField2 has two descriptions, and NotExistsingMember does not exist.
Hierarchy
- TObject
- TMyClass
Overview
Fields
![]() |
MyField1: Integer; |
![]() |
MyField2: Integer; |
Description
Fields
![]() |
MyField1: Integer; |
Second description of MyField1. |
![]() |
MyField2: Integer; |
First description of MyField2. |