Class TTestClass
Unit
Declaration
type TTestClass = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TTestClass
Overview
Fields
![]() |
TestFieldDeprecated1: Integer deprecated 'Deprecation note for field'; |
![]() |
TestFieldDeprecated2: Integer deprecated; |
Methods
![]() |
procedure MyMethod1; deprecated 'Deprecation note for procedure'; |
![]() |
procedure MyMethod2; deprecated; |
Properties
![]() |
property TestProperty1: Integer; deprecated 'Deprecation note for property'; |
![]() |
property TestProperty2: Integer; deprecated; |
Description
Fields
![]() |
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. | |
Methods
![]() |
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. | |
Properties
![]() |
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. | |
