Warning: this symbol is deprecated.
Test @deprecated tag.
Everything in this unit is deprecated. Even this whole unit itself.
Name | Description |
---|---|
Class TMyClass |
procedure MyProc; |
TMyType = Integer; |
MyConst = 1; |
MyVar: Integer; |
procedure MyProc; |
Warning: this symbol is deprecated. |
TMyType = Integer; |
Warning: this symbol is deprecated. Normal type deprecated. |
MyConst = 1; |
Warning: this symbol is deprecated. |
MyVar: Integer; |
Warning: this symbol is deprecated. |