Unit warning_value_member_tags

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMyClass

This should cause 3 warnings: MyField1 has two descriptions, MyField2 has two descriptions, and NotExistsingMember does not exist.

Types

TMyEnum = (...);

Description

Types

TMyEnum = (...);

This should cause 3 warnings: meOne has two descriptions, meTwo has two descriptions, and meNotExisting does not exist.

Values
  • meOne: First description of meOne.
  • meTwo: Second description of meTwo.