Class TMyClass
Unit
ok_deprecated_tag
Declaration
type TMyClass = class(TObject)
Description
Warning: this symbol is deprecated.
Deprecated class.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
MyField: Integer; |
Warning: this symbol is deprecated.
Deprecated field.
|
Methods
 |
procedure MyMethodLibrary; |
Warning: this symbol is deprecated. |
Properties
 |
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).
|
|