type TMyClass = class(TObject)
Warning: this symbol is deprecated.
Deprecated class.
| Public | MyField: Integer; |
| Public | procedure MyMethodLibrary; |
| Public | property MyProperty: Integer read MyField write MyField; |
| Public | MyField: Integer; |
|
Warning: this symbol is deprecated. Deprecated field. | |
| Public | procedure MyMethodLibrary; |
|
Warning: this symbol is deprecated. This item has no description. | |
| 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). | |