Class TTestClassDeprecated
Unit
ok_hint_directives
Declaration
type TTestClassDeprecated = class(TObject)
Description
Warning: this symbol is deprecated. Warning: this symbol is specific to some library. Hierarchy
- TObject
- TTestClassDeprecated
Overview
Fields
Methods
Properties
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. |
Properties
 |
property TestPropertyCombined: 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.
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.
|
 |
property TestPropertyCombined2: 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. |
|