type TTestClass = class(TObject)
This item has no description.
![]() |
TestFieldDeprecated1: Integer deprecated 'Deprecation note for field'; |
![]() |
TestFieldDeprecated2: Integer deprecated; |
![]() |
procedure MyMethod1; deprecated 'Deprecation note for procedure'; |
![]() |
procedure MyMethod2; deprecated; |
![]() |
property TestProperty1: Integer; deprecated 'Deprecation note for property'; |
![]() |
property TestProperty2: Integer; deprecated; |
![]() |
TestFieldDeprecated1: Integer deprecated 'Deprecation note for field'; |
|
Warning: this symbol is deprecated: Deprecation note for field This item has no description. | |
![]() |
TestFieldDeprecated2: Integer deprecated; |
|
Warning: this symbol is deprecated. This item has no description. | |
![]() |
procedure MyMethod1; deprecated 'Deprecation note for procedure'; |
|
Warning: this symbol is deprecated: Deprecation note for procedure This item has no description. | |
![]() |
procedure MyMethod2; deprecated; |
|
Warning: this symbol is deprecated. This item has no description. | |
![]() |
property TestProperty1: Integer; deprecated 'Deprecation note for property'; |
|
Warning: this symbol is deprecated: Deprecation note for property This item has no description. | |
![]() |
property TestProperty2: Integer; deprecated; |
|
Warning: this symbol is deprecated. This item has no description. | |