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
Functions and Procedures
Types
Constants
Variables
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. |
|