Class TTestClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TTestClass = class(TObject)

Description

This item has no 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

This item has no description.

Public TestFieldDeprecated2: Integer deprecated;

Warning: this symbol is deprecated.

This item has no description.

Methods

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

Warning: this symbol is deprecated: Deprecation note for procedure

This item has no description.

Public procedure MyMethod2; deprecated;

Warning: this symbol is deprecated.

This item has no description.

Properties

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

Warning: this symbol is deprecated: Deprecation note for property

This item has no description.

Public property TestProperty2: Integer; deprecated;

Warning: this symbol is deprecated.

This item has no description.