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