type TMyClass = class(TObject)
Warning: this symbol is deprecated.
Deprecated class.
![]() |
MyField: Integer; |
![]() |
procedure MyMethodLibrary; |
![]() |
property MyProperty: Integer read MyField write MyField; |
![]() |
MyField: Integer; |
Warning: this symbol is deprecated. Deprecated field. |
![]() |
procedure MyMethodLibrary; |
Warning: this symbol is deprecated. |
![]() |
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). |