Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

Warning: this symbol is deprecated.

Deprecated class.

Hierarchy

Overview

Fields

Public MyField: Integer;

Methods

Public procedure MyMethodLibrary;

Properties

Public property MyProperty: Integer read MyField write MyField;

Description

Fields

Public MyField: Integer;

Warning: this symbol is deprecated.

Deprecated field.

Methods

Public procedure MyMethodLibrary;

Warning: this symbol is deprecated.

 

Properties

Public property MyProperty: Integer read MyField write MyField;

Warning: this symbol is deprecated.

Property is deprecated (you can specify @deprecated as many times as you want, because it's harmless).