Class TTestClassDeprecated
Unit
Declaration
type TTestClassDeprecated = class(TObject)
Description
Warning: this symbol is deprecated.
Warning: this symbol is specific to some library.
This item has no description.
Hierarchy
- TObject
- TTestClassDeprecated
Overview
Fields
| Public | TestFieldCombined: Integer library deprecated platform; |
| Public | TestFieldDeprecated: Integer deprecated; |
| Public | TestFieldLibrary: Integer library; |
| Public | TestFieldPlatform: Integer platform; |
Methods
| Public | procedure TestMethodCombined; library; deprecated; platform; |
| Public | procedure TestMethodDeprecated; deprecated; |
| Public | procedure TestMethodLibrary; library; |
| Public | procedure TestMethodPlatform; platform; |
Properties
| Public | property TestPropertyCombined: Integer read Field; library deprecated platform; |
| Public | property TestPropertyCombined2: Integer read Field; library; deprecated; platform; |
Description
Fields
| Public | 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. This item has no description. | |
| Public | TestFieldDeprecated: Integer deprecated; |
|
Warning: this symbol is deprecated. This item has no description. | |
| Public | TestFieldLibrary: Integer library; |
|
Warning: this symbol is specific to some library. This item has no description. | |
| Public | TestFieldPlatform: Integer platform; |
|
Warning: this symbol is specific to some platform. This item has no description. | |
Methods
| Public | 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. This item has no description. | |
| Public | procedure TestMethodDeprecated; deprecated; |
|
Warning: this symbol is deprecated. This item has no description. | |
| Public | procedure TestMethodLibrary; library; |
|
Warning: this symbol is specific to some library. This item has no description. | |
| Public | procedure TestMethodPlatform; platform; |
|
Warning: this symbol is specific to some platform. This item has no description. | |
Properties
| Public | property TestPropertyCombined: Integer read Field; library deprecated platform; |
|
Warning: this symbol is deprecated. Warning: this symbol is specific to some platform. Warning: this symbol is specific to some library. Testing on FPC 2.6.0: Hint directives for properties are allowed Ok. I don't know if this is Delphi-compatible or FPC extension, anyway PasDoc supports it too. | |
| Public | property TestPropertyCombined2: Integer read Field; library; deprecated; platform; |
|
Warning: this symbol is deprecated. Warning: this symbol is specific to some platform. Warning: this symbol is specific to some library. This item has no description. | |