Unit ok_out_enum

Description

Test that "Out" can be used as an enum member name, Delphi allows this.

Overview

Types

TAnimationType = (...);
TDirection = (...);

Description

Types

TAnimationType = (...);

This item has no description.

Values
  • In
  • Out
  • InOut
TDirection = (...);

This item has no description.

Values
  • Left
  • Right
  • Up
  • Down
  • In
  • Out