type TMyClass = class(TObject)
This item has no description.
![]() |
MyField: Integer; |
![]() |
procedure MyMethod; |
![]() |
property MyProperty: Integer read MyField write MyField; |
![]() |
MyField: Integer; |
|
This item has no description. | |
![]() |
procedure MyMethod; |
|
This item has no description. | |
![]() |
property MyProperty: Integer read MyField write MyField; |
|
This item has no description. | |