Class TTestClassDeprecated

Unit

Declaration

type TTestClassDeprecated = class(TObject)

Description

Warning: this symbol is deprecated.

Warning: this symbol is specific to some library.

Hierarchy

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; library deprecated platform;
Public property TestPropertyCombined2: Integer; 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.

 
Public TestFieldDeprecated: Integer deprecated;

Warning: this symbol is deprecated.

 
Public TestFieldLibrary: Integer library;

Warning: this symbol is specific to some library.

 
Public TestFieldPlatform: Integer platform;

Warning: this symbol is specific to some platform.

 

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.

 
Public procedure TestMethodDeprecated; deprecated;

Warning: this symbol is deprecated.

 
Public procedure TestMethodLibrary; library;

Warning: this symbol is specific to some library.

 
Public procedure TestMethodPlatform; platform;

Warning: this symbol is specific to some platform.

 

Properties

Public 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.

Public 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.