Class TTestClassDeprecated
Unit
Declaration
type TTestClassDeprecated = class(TObject)
Description
Warning: this symbol is deprecated.
Warning: this symbol is specific to some library.
Hierarchy
- TObject
- TTestClassDeprecated
Overview
Fields
![]() |
TestFieldCombined: Integer library deprecated platform; |
![]() |
TestFieldDeprecated: Integer deprecated; |
![]() |
TestFieldLibrary: Integer library; |
![]() |
TestFieldPlatform: Integer platform; |
Methods
![]() |
procedure TestMethodCombined; library; deprecated; platform; |
![]() |
procedure TestMethodDeprecated; deprecated; |
![]() |
procedure TestMethodLibrary; library; |
![]() |
procedure TestMethodPlatform; platform; |
Properties
![]() |
property TestPropertyCombined: Integer; library deprecated platform; |
![]() |
property TestPropertyCombined2: Integer; library; deprecated; platform; |
Description
Fields
![]() |
TestFieldCombined: Integer library deprecated platform; |
Warning: this symbol is deprecated. Warning: this symbol is specific to some platform. Warning: this symbol is specific to some library. |
![]() |
TestFieldDeprecated: Integer deprecated; |
Warning: this symbol is deprecated. |
![]() |
TestFieldLibrary: Integer library; |
Warning: this symbol is specific to some library. |
![]() |
TestFieldPlatform: Integer platform; |
Warning: this symbol is specific to some platform. |
Methods
![]() |
procedure TestMethodCombined; library; deprecated; platform; |
Warning: this symbol is deprecated. Warning: this symbol is specific to some platform. Warning: this symbol is specific to some library. |
![]() |
procedure TestMethodDeprecated; deprecated; |
Warning: this symbol is deprecated. |
![]() |
procedure TestMethodLibrary; library; |
Warning: this symbol is specific to some library. |
![]() |
procedure TestMethodPlatform; platform; |
Warning: this symbol is specific to some platform. |