Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
warning_value_member_tags
type TMyClass = class(TObject)
This should cause 3 warnings: MyField1 has two descriptions, MyField2 has two descriptions, and NotExistsingMember does not exist.
MyField1: Integer;
MyField2: Integer;
Second description of MyField1.
First description of MyField2.