Unit ok_deprecated_tag

Description

Warning: this symbol is deprecated.

Test @deprecated tag.

Everything in this unit is deprecated. Even this whole unit itself.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMyClass  

Functions and Procedures

procedure MyProc;

Types

TMyType = Integer;

Constants

MyConst = 1;

Variables

MyVar: Integer;

Description

Functions and Procedures

procedure MyProc;

Warning: this symbol is deprecated.

 

Types

TMyType = Integer;

Warning: this symbol is deprecated.

Normal type deprecated.

Constants

MyConst = 1;

Warning: this symbol is deprecated.

 

Variables

MyVar: Integer;

Warning: this symbol is deprecated.