Class TTestClass

Unit

Declaration

type TTestClass = class(TObject)

Description

Hierarchy

Overview

Fields

Public TestFieldDeprecated1: Integer deprecated 'Deprecation note for field';
Public TestFieldDeprecated2: Integer deprecated;

Methods

Public procedure MyMethod1; deprecated 'Deprecation note for procedure';
Public procedure MyMethod2; deprecated;

Properties

Public property TestProperty1: Integer; deprecated 'Deprecation note for property';
Public property TestProperty2: Integer; deprecated;

Description

Fields

Public TestFieldDeprecated1: Integer deprecated 'Deprecation note for field';

Warning: this symbol is deprecated: Deprecation note for field

 
Public TestFieldDeprecated2: Integer deprecated;

Warning: this symbol is deprecated.

 

Methods

Public procedure MyMethod1; deprecated 'Deprecation note for procedure';

Warning: this symbol is deprecated: Deprecation note for procedure

 
Public procedure MyMethod2; deprecated;

Warning: this symbol is deprecated.

 

Properties

Public property TestProperty1: Integer; deprecated 'Deprecation note for property';

Warning: this symbol is deprecated: Deprecation note for property

 
Public property TestProperty2: Integer; deprecated;

Warning: this symbol is deprecated.