Class TTestClass
Unit
ok_deprecated_directive_note
Declaration
type TTestClass = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
 |
procedure MyMethod1; deprecated 'Deprecation note for procedure'; |
 |
procedure MyMethod2; deprecated; |
Properties
Description
Fields
 |
TestFieldDeprecated1: Integer deprecated 'Deprecation note for field'; |
Warning: this symbol is deprecated: Deprecation note for field |
 |
TestFieldDeprecated2: Integer deprecated; |
Warning: this symbol is deprecated. |
Methods
 |
procedure MyMethod1; deprecated 'Deprecation note for procedure'; |
Warning: this symbol is deprecated: Deprecation note for procedure |
 |
procedure MyMethod2; deprecated; |
Warning: this symbol is deprecated. |
Properties
 |
property TestProperty1: Integer; deprecated 'Deprecation note for property'; |
Warning: this symbol is deprecated: Deprecation note for property |
 |
property TestProperty2: Integer; deprecated; |
Warning: this symbol is deprecated. |